no need to save config here since interface does it before passing it over
This commit is contained in:
parent
8adff80407
commit
330b4c2115
|
@ -279,10 +279,6 @@ class Manager:
|
|||
self.state = persistent_state()
|
||||
|
||||
def quit(self):
|
||||
# Pickle the prefs
|
||||
print "Saving prefs..."
|
||||
self.config.save()
|
||||
|
||||
# Pickle the state
|
||||
self.pickle_state()
|
||||
|
||||
|
|
Loading…
Reference in New Issue