feat(mobile/global_menu): add quick entry to recent changes

This commit is contained in:
Elian Doran 2026-02-19 18:14:21 +02:00
parent cd4505bcf0
commit bd06c530e4
No known key found for this signature in database

View File

@ -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 />
</>}