Please post revisions in a new thread (not in reply to anything), and
with a subject like [PATCH v2]. You can use "git format-patch -v2" to
get such subjects.
Bryce Mills writes:
> The patch adds "show_menubar" command line option for GTK UI similar to
> "show_tabs". This option allows to hide
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.hx | 3 +++
ui/gtk.c
Bryce Mills writes:
> 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
> ---
> q
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| 6 +-
qemu-optio