Skip to content

Commit

Permalink
fix gs quickmenu
Browse files Browse the repository at this point in the history
  • Loading branch information
atvcaptain committed Mar 9, 2014
1 parent f8711cf commit 4231eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Plugins/Extensions/Infopanel/QuickMenu.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def Qtuner(self):
def Qsoftware(self):
self.sublist = []
self.sublist.append(QuickSubMenuEntryComponent("Software Update",_("Online software update"),_("Check/Install online updates (you must have a working internet connection)")))
if not getBoxType().startswith('az') and not getBoxType().startswith('dream') and not brandoem.startswith('cube'):
if not getBoxType().startswith('az') and not getBoxType().startswith('dream') and not getBrandOEM().startswith('cube'):
self.sublist.append(QuickSubMenuEntryComponent("Flash Online",_("Flash Online a new image"),_("Flash on the fly your your Receiver software.")))
self.sublist.append(QuickSubMenuEntryComponent("Complete Backup",_("Backup your current image"),_("Backup your current image to HDD or USB. This will make a 1:1 copy of your box")))
self.sublist.append(QuickSubMenuEntryComponent("Backup Settings",_("Backup your current settings"),_("Backup your current settings. This includes E2-setup, channels, network and all selected files")))
Expand Down

0 comments on commit 4231eac

Please sign in to comment.