[PATCH v2] gtk: Add show_menubar=on|off command line option.

2022-10-11 Thread Bryce Mills
The patch adds "show_menubar" command line option for GTK UI similar to "show_tabs". This option allows to hide menu bar initially, it still can be toggled by shortcut and other shortcuts still work. Signed-off-by: Bryce Mills --- qapi/ui.json| 5 - qemu-options.h

Re: [PATCH] gtk: Add show_menubar=on|off command line option.

2022-09-26 Thread Bryce Mills
The patch adds "show_menubar" command line option for GTK UI similar to "show_tabs". This option allows to hide menu bar initially, it still can be toggled by shortcut and other shortcuts still work. Signed-off-by: Bryce Mills --- qapi/ui.json| 6 +- qemu-options.h

[PATCH] gtk: Add show_menubar=on|off command line option.

2022-09-24 Thread Bryce Mills
The patch adds "show_menubar" command line option for GTK UI similar to "show_tabs". This option allows to hide menu bar initially, it still can be toggled by shortcut and other shortcuts still work. (First-time contributor) Signed-off-by: Bryce Mills --- qapi/ui.json