mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-21 17:48:45 +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
1 changed files with 0 additions and 4 deletions
|
@ -279,10 +279,6 @@ class Manager:
|
||||||
self.state = persistent_state()
|
self.state = persistent_state()
|
||||||
|
|
||||||
def quit(self):
|
def quit(self):
|
||||||
# Pickle the prefs
|
|
||||||
print "Saving prefs..."
|
|
||||||
self.config.save()
|
|
||||||
|
|
||||||
# Pickle the state
|
# Pickle the state
|
||||||
self.pickle_state()
|
self.pickle_state()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue