mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
mobile: change item positions
This commit is contained in:
committed by
Abdullah Atta
parent
b4c6ff8f12
commit
aa65176bb4
@@ -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"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user