mobile: change item positions

This commit is contained in:
Ammar Ahmed
2025-03-10 09:41:26 +05:00
committed by Abdullah Atta
parent b4c6ff8f12
commit aa65176bb4

View File

@@ -38,23 +38,23 @@ const TOP_BAR_ITEMS: ActionId[] = [
"favorite",
"lock-unlock",
"publish",
"export",
"copy-link",
"duplicate",
"local-only",
"read-only"
"read-only",
"pin-to-notifications"
];
const BOTTOM_BAR_ITEMS: ActionId[] = [
"notebooks",
"add-reminder",
"pin-to-notifications",
"history",
"reminders",
"attachments",
"references",
"copy",
"share",
"export",
"copy-link",
"duplicate",
"trash"
];