make sure to set loadLastDeck on prefs init

This commit is contained in:
Damien Elmes 2009-06-15 05:33:14 +09:00
parent 18ffc8793a
commit 85a9b7c919

View file

@ -141,6 +141,7 @@ class Preferences(QDialog):
self.dialog.addZeroSpace.setChecked(self.config['addZeroSpace'])
self.dialog.alternativeTheme.setChecked(self.config['alternativeTheme'])
self.dialog.showProgress.setChecked(self.config['showProgress'])
self.dialog.openLastDeck.setChecked(self.config['loadLastDeck'])
self.dialog.deckBrowserOrder.setChecked(self.config['deckBrowserOrder'])
def updateAdvanced(self):