mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 01:13:24 +00:00

In particular on macOS, we want to show some default common actions (see comments in !837) but gtk_application_prefers_app_menu() docs says that it will always return FALSE on this OS. So we ignore this call on macOS.
14 lines
591 B
XML
14 lines
591 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<interface>
|
|
<menu id="/app-menu">
|
|
<item><attribute name="action">app.dialogs-about</attribute></item>
|
|
<item><attribute name="action">app.dialogs-welcome</attribute></item>
|
|
<section>
|
|
<item><attribute name="action">app.dialogs-preferences</attribute></item>
|
|
<item><attribute name="action">app.dialogs-input-devices</attribute></item>
|
|
<item><attribute name="action">app.dialogs-keyboard-shortcuts</attribute></item>
|
|
</section>
|
|
<item><attribute name="action">app.file-quit</attribute></item>
|
|
</menu>
|
|
</interface>
|