Issue #10776: Hide "Edit > Manage Extensions" for the release.

The extension format's official release is pushed for after GIMP 3 release.
Let's not leave this dialog around as it would confuse people.
This commit is contained in:
Jehan 2024-03-01 00:43:26 +01:00
parent 978a16d2e5
commit 0b87030928
2 changed files with 4 additions and 0 deletions

View File

@ -372,12 +372,14 @@ static const GimpStringActionEntry dialogs_toplevel_actions[] =
"gimp-action-search-dialog",
GIMP_HELP_ACTION_SEARCH_DIALOG },
#ifndef GIMP_RELEASE
{ "dialogs-extensions", GIMP_ICON_PLUGIN,
NC_("dialogs-action", "Manage _Extensions"), NULL,
{ NULL },
NC_("dialogs-action", "Manage Extensions: search, install, uninstall, update."),
"gimp-extensions-dialog",
GIMP_HELP_EXTENSIONS_DIALOG }
#endif
};

View File

@ -128,7 +128,9 @@
<attribute name="hidden-when">macos-menubar</attribute>
<attribute name="action">app.dialogs-preferences</attribute>
</item>
<!-- TODO: re-enable this when extensions are publicly released.
<item><attribute name="action">app.dialogs-extensions</attribute></item>
-->
<item>
<attribute name="hidden-when">macos-menubar</attribute>
<attribute name="action">app.dialogs-input-devices</attribute>