Skip to content

Commit

Permalink
[Menu] Re-Add software update to main menu (#727)
Browse files Browse the repository at this point in the history
[Menu] Re-Add software update to main menu
  • Loading branch information
AbuBaniaz committed Dec 2, 2021
1 parent b9f51e2 commit 5989b61
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -245,4 +245,12 @@ self.session.scart.VCRSbChanged(3)
<item entryID="maintenance_mode" level="0" text="Recovery Mode" requires="RecoveryMode"><screen module="Standby" screen="TryQuitMainloop">16</screen></item>
<item entryID="android_mode" level="0" text="Android Mode" requires="AndroidMode"><screen module="Standby" screen="TryQuitMainloop">12</screen></item>
</menu>

<!-- Menu / Software Update -->
<menu weight="1000" level="0" text="Software update" entryID="software_update">
<id val="softwareupdatemenu"/>
<item weight="1" level="0" text="Settings" entryID="onlineupdate_setup"><setup id="softwareupdate"/></item>
<item weight="2" level="0" text="Software update" entryID="software_update"><screen module="SoftwareUpdate" screen="UpdatePlugin"/></item>
</menu>

</menu>

0 comments on commit 5989b61

Please sign in to comment.