mirror of
https://github.com/zadam/trilium.git
synced 2026-02-22 21:54:39 +01:00
feat(mobile/global_menu): add quick entry to recent changes
This commit is contained in:
parent
cd4505bcf0
commit
bd06c530e4
@ -47,6 +47,7 @@ export default function GlobalMenu({ isHorizontalLayout }: { isHorizontalLayout:
|
||||
>
|
||||
{isMobile() && <>
|
||||
<MenuItem command="searchNotes" icon="bx bx-search" text={t("global_menu.search_notes")} />
|
||||
<MenuItem command="showRecentChanges" icon="bx bx-history" text={t("recent_changes.title")} />
|
||||
<FormDropdownDivider />
|
||||
</>}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user