diff options
| author | Christopher Davis <christopherdavis@gnome.org> | 2023-02-08 19:24:16 -0500 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi92@disroot.org> | 2026-02-10 22:38:52 +0100 |
| commit | 2270a43175e1ab1514f659b05ddee31997a4a356 (patch) | |
| tree | 7914c90e2a320e214332293c2cab2e63827c0942 | |
| parent | 0ac6e47da7f170405bb0dbb2b740010fcfb463d9 (diff) | |
menu_app: Move preferences to last group
Per
https://developer.gnome.org/hig/patterns/controls/menus.html#standard-primary-menu-items, preferences
should be at the top of the last group in the menu.
| -rw-r--r-- | main/data/menu_app.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/data/menu_app.ui b/main/data/menu_app.ui index 36cc31ad..f269e219 100644 --- a/main/data/menu_app.ui +++ b/main/data/menu_app.ui @@ -6,12 +6,12 @@ <attribute name="action">app.accounts</attribute> <attribute name="label" translatable="yes">Accounts</attribute> </item> + </section> + <section> <item> <attribute name="action">app.settings</attribute> <attribute name="label" translatable="yes">Preferences</attribute> </item> - </section> - <section> <item> <attribute name="action">app.open_shortcuts</attribute> <attribute name="label" translatable="yes">Keyboard Shortcuts</attribute> |
