diff options
Diffstat (limited to 'data/menu.xml')
| -rw-r--r-- | data/menu.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/data/menu.xml b/data/menu.xml index 4c530fe0..caa33aba 100644 --- a/data/menu.xml +++ b/data/menu.xml @@ -74,7 +74,8 @@ <menu text="Standby / Restart"> <id val="shutdown" /> <!--<item text="Standby"><code>quitMainloop(0)</code></item>--> - <item text="Restart"><code>quitMainloop(2)</code></item> - <item text="Deep Standby"><code>quitMainloop(1)</code></item> + <item text="Standby"><screen module="Standby" screen="Standby"/></item> + <item text="Restart"><screen module="Standby" screen="TryQuitMainloop">2</screen></item> + <item text="Deep Standby"><screen module="Standby" screen="TryQuitMainloop">1</screen></item> </menu> </menu> |
