mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
make sure to set loadLastDeck on prefs init
This commit is contained in:
parent
18ffc8793a
commit
85a9b7c919
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@ class Preferences(QDialog):
|
||||||
self.dialog.addZeroSpace.setChecked(self.config['addZeroSpace'])
|
self.dialog.addZeroSpace.setChecked(self.config['addZeroSpace'])
|
||||||
self.dialog.alternativeTheme.setChecked(self.config['alternativeTheme'])
|
self.dialog.alternativeTheme.setChecked(self.config['alternativeTheme'])
|
||||||
self.dialog.showProgress.setChecked(self.config['showProgress'])
|
self.dialog.showProgress.setChecked(self.config['showProgress'])
|
||||||
|
self.dialog.openLastDeck.setChecked(self.config['loadLastDeck'])
|
||||||
self.dialog.deckBrowserOrder.setChecked(self.config['deckBrowserOrder'])
|
self.dialog.deckBrowserOrder.setChecked(self.config['deckBrowserOrder'])
|
||||||
|
|
||||||
def updateAdvanced(self):
|
def updateAdvanced(self):
|
||||||
|
|
Loading…
Reference in a new issue