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

2022-07-18 Thread Thomas Huth
On 12/07/2022 15.37, Felix xq Queißner wrote: The patch adds "show_tabs" command line option for GTK ui similar to "grab_on_hover". This option allows tabbed view mode to not have to be enabled by hand at each start of the VM. Nit: In case you have to respin again, please replace "show_tabs"

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

2022-07-12 Thread Hanna Reitz
On 12.07.22 15:37, Felix xq Queißner wrote: The patch adds "show_tabs" command line option for GTK ui similar to "grab_on_hover". This option allows tabbed view mode to not have to be enabled by hand at each start of the VM. Signed-off-by: Felix "xq" Queißner --- qapi/ui.json| 7 ++-

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

2022-07-12 Thread Felix xq Queißner
The patch adds "show_tabs" command line option for GTK ui similar to "grab_on_hover". This option allows tabbed view mode to not have to be enabled by hand at each start of the VM. Signed-off-by: Felix "xq" Queißner --- qapi/ui.json| 7 ++- qemu-options.hx | 6 +- ui/gtk.c|