mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
revert last
This commit is contained in:
parent
e61169c7b9
commit
6fcc56c79a
1 changed files with 1 additions and 0 deletions
|
@ -1043,6 +1043,7 @@ window, please enter your password"))
|
||||||
self.update()
|
self.update()
|
||||||
gobject.timeout_add(int(1000*self.manager.config.get("gui_update_interval")), self.update)
|
gobject.timeout_add(int(1000*self.manager.config.get("gui_update_interval")), self.update)
|
||||||
gobject.timeout_add(60000, self.manager.save_upmem)
|
gobject.timeout_add(60000, self.manager.save_upmem)
|
||||||
|
gobject.timeout_add(300000, self.manager.save_fastresume_data)
|
||||||
|
|
||||||
# Load plugins after we showed main window (if not started in tray)
|
# Load plugins after we showed main window (if not started in tray)
|
||||||
self.load_plugins()
|
self.load_plugins()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue