web: add reset zoom button (#7750)

Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
01zulfi
2025-03-24 12:36:01 +05:00
committed by GitHub
parent d79888793a
commit e1aa3b59be
4 changed files with 19 additions and 4 deletions

View File

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