let alt theme work on darwin again

This commit is contained in:
Damien Elmes 2009-02-18 00:27:44 +09:00
parent 98db2f05ce
commit aa4b7cc56f

View file

@ -110,9 +110,6 @@ class Preferences(QDialog):
self.dialog.splitQA.setChecked(self.config['splitQA'])
self.dialog.addZeroSpace.setChecked(self.config['addZeroSpace'])
self.dialog.alternativeTheme.setChecked(self.config['alternativeTheme'])
if sys.platform.startswith("darwin"):
self.dialog.alternativeTheme.setChecked(False)
self.dialog.alternativeTheme.setShown(False)
def updateAdvanced(self):
self.config['showTrayIcon'] = self.dialog.showTray.isChecked()