mobile: add support for changin sidebar + default home page

This commit is contained in:
Ammar Ahmed
2025-04-08 12:40:16 +05:00
committed by Abdullah Atta
parent b6d0d124fd
commit 552e8f50b7
16 changed files with 303 additions and 40 deletions

View File

@@ -2463,5 +2463,6 @@ Use this if changes from other devices are not appearing on this device. This wi
addNotes: () => t`Add notes`,
setAsHomepage: () => t`Set as homepage`,
defaultSidebarTab: () => t`Default sidebar tab`,
defaultSidebarTabDesc: () => t`Select the default sidebar tab`
defaultSidebarTabDesc: () => t`Select the default sidebar tab`,
unsetAsHomepage: () => t`Reset homepage`
};