Skip to content

Commit

Permalink
[powermenu] change position of recovery mode
Browse files Browse the repository at this point in the history
  • Loading branch information
koivo committed Jan 28, 2017
1 parent 86c0c34 commit 75a9a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/menu.xml
Expand Up @@ -330,10 +330,10 @@ else:
<item text="Standby" entryID="standby"><screen module="Standby" screen="Standby"/></item>
<item text="Restart" entryID="restart"><screen module="Standby" screen="TryQuitMainloop">2</screen></item>
<item text="SleepTimer" entryID="sleep" level="0" requires="DeepstandbySupport" ><screen module="SleepTimerEdit" screen="SleepTimerEdit" /></item>
<item text="Recovery Mode" requires="RecoveryMode" entryID="maintenance_mode"><screen module="Standby" screen="TryQuitMainloop">16</screen></item>
<item text="PowerTimer" entryID="powertimer_edit"><screen module="PowerTimerEdit" screen="PowerTimerEditList" /></item>
<item text="Restart enigma" entryID="restart_enigma"><screen module="Standby" screen="TryQuitMainloop">3</screen></item>
<item text="Deep standby" requires="!DeepstandbySupport" entryID="deep_standby"><screen module="Standby" screen="TryQuitMainloop">1</screen></item>
<item text="Recovery Mode" requires="RecoveryMode" weight="35" level="0" entryID="maintenance_mode"><screen module="Standby" screen="TryQuitMainloop">16</screen></item>
</menu>
</menu>

0 comments on commit 75a9a27

Please sign in to comment.