mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-06 08:33:56 +00:00
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…
x
Reference in New Issue
Block a user