diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2022-12-07 09:35:39 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2022-12-07 09:35:39 +0100 |
commit | f7b51680b96ed01f681eeec9e487347b31682de0 (patch) | |
tree | 90b386ad07ef4d465666e80a363bf1dc81f72b3d /main.ui | |
parent | d33191174efce46b7c4be190a93637dc314a5139 (diff) | |
download | vconsole-f7b51680b96ed01f681eeec9e487347b31682de0.tar.gz |
Diffstat (limited to 'main.ui')
-rw-r--r-- | main.ui | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -216,6 +216,15 @@ </child> <child> <object class="GtkImageMenuItem"> + <property name="label" translatable="yes">Run with NVRAM reset</property> + <property name="can-focus">False</property> + <property name="action-name">main.GuestRunResetNvram</property> + <property name="use-underline">True</property> + <property name="use-stock">False</property> + </object> + </child> + <child> + <object class="GtkImageMenuItem"> <property name="label" translatable="yes">_Pause</property> <property name="can-focus">False</property> <property name="action-name">main.GuestPause</property> |