app, etc: do not hide --show-debug-menu.
This is a useful debugging function for developers. It is enough to hide
the menu by default on stable releases, I don't think we also need to
hide the CLI option. Developers don't know all these options by heart,
so we need to make them reasonably discoverable!
(cherry picked from commit 083360fac1)
This commit is contained in:
parent
a931d4602f
commit
3e66da424d
2 changed files with 2 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ static const GOptionEntry main_entries[] =
|
|||
N_("Show a preferences page with experimental features"), NULL
|
||||
},
|
||||
{
|
||||
"show-debug-menu", 0, G_OPTION_FLAG_HIDDEN,
|
||||
"show-debug-menu", 0, 0,
|
||||
G_OPTION_ARG_NONE, &show_debug_menu,
|
||||
N_("Show an image submenu with debug actions"), NULL
|
||||
},
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@ __gimp()
|
|||
"--pdb-compat-mode"
|
||||
"--session"
|
||||
"--show-playground"
|
||||
"--show-debug-menu"
|
||||
"--stack-trace-mode"
|
||||
"--system-gimprc"
|
||||
"--verbose"
|
||||
|
|
|
|||
Loading…
Reference in a new issue