web: add support for setting default sidebar tab

This commit is contained in:
Abdullah Atta
2025-04-08 10:17:08 +05:00
parent 6b3065617d
commit 7e3abc5819
6 changed files with 60 additions and 2 deletions

View File

@@ -2461,5 +2461,7 @@ Use this if changes from other devices are not appearing on this device. This wi
addToNotebook: () => t`Add to notebook`,
notebookAdded: () => t`Notebook added`,
addNotes: () => t`Add notes`,
setAsHomepage: () => t`Set as homepage`
setAsHomepage: () => t`Set as homepage`,
defaultSidebarTab: () => t`Default sidebar tab`,
defaultSidebarTabDesc: () => t`Select the default sidebar tab`
};