mirror of
https://github.com/TakeV-Lambda/dino.git
synced 2024-11-21 14:34:30 +00:00
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:
parent
5eab892a24
commit
430a8df4f6
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue