web: fix expand sidebar button not working

This commit is contained in:
Abdullah Atta
2025-03-25 12:57:54 +05:00
parent d17d0c190b
commit 4ba88b6f03
7 changed files with 25 additions and 160 deletions

View File

@@ -2441,5 +2441,7 @@ Use this if changes from other devices are not appearing on this device. This wi
zoom: () => t`Zoom`,
toggleFocusMode: () => t`Toggle focus mode`,
fontLigatures: () => t`Font ligatures`,
fontLigaturesDesc: () => t`Enable ligatures for common symbols like →, ←, etc`
fontLigaturesDesc: () =>
t`Enable ligatures for common symbols like →, ←, etc`,
expandSidebar: () => t`Expand sidebar`
};