web: add toggle focus mode command (#7736)

Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
01zulfi
2025-03-25 12:09:19 +05:00
committed by GitHub
parent 4c8a44353a
commit 4e4990bd98
7 changed files with 56 additions and 14 deletions

View File

@@ -2438,5 +2438,6 @@ Use this if changes from other devices are not appearing on this device. This wi
releaseTrackDesc: () => t`Select the release track for Notesnook.`,
stable: () => t`Stable`,
beta: () => t`Beta`,
zoom: () => t`Zoom`
zoom: () => t`Zoom`,
toggleFocusMode: () => t`Toggle focus mode`
};