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.
This commit is contained in:
Christopher Davis 2023-02-08 19:24:16 -05:00 committed by fiaxh
parent 5eab892a24
commit 430a8df4f6
1 changed files with 2 additions and 2 deletions

View File

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