mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
let alt theme work on darwin again
This commit is contained in:
parent
98db2f05ce
commit
aa4b7cc56f
1 changed files with 0 additions and 3 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue