diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-28 11:38:29 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-28 11:38:29 +0100 |
commit | d77ed790274de2cf7bfab2a2f23c1dd066982e94 (patch) | |
tree | 2060a5a42d3789bd1294f1baf2de27cc476fe73b /main.ui | |
parent | 6a9adbcf3ef65b4c498a64ab54f4566f84d365d0 (diff) | |
download | vconsole-d77ed790274de2cf7bfab2a2f23c1dd066982e94.tar.gz |
add undefine menu item
Diffstat (limited to 'main.ui')
-rw-r--r-- | main.ui | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -179,6 +179,16 @@ </child> <child> <object class="GtkImageMenuItem"> + <property name="label" translatable="yes">Remove guest configuration</property> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="action_name">main.GuestUndefine</property> + <property name="use_underline">True</property> + <property name="use_stock">False</property> + </object> + </child> + <child> + <object class="GtkImageMenuItem"> <property name="label" translatable="yes">Show _graphic console</property> <property name="can_focus">False</property> <property name="action_name">main.GuestGfx</property> |