mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
Ensure PreferencesManager is started before other components.
This commit is contained in:
parent
93e6ef144e
commit
818b626440
1 changed files with 1 additions and 0 deletions
|
@ -203,6 +203,7 @@ class Core(
|
||||||
# New release check information
|
# New release check information
|
||||||
self.new_release = None
|
self.new_release = None
|
||||||
|
|
||||||
|
component.start("PreferencesManager")
|
||||||
component.start()
|
component.start()
|
||||||
|
|
||||||
self._should_shutdown = False
|
self._should_shutdown = False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue