Ensure PreferencesManager is started before other components.
This commit is contained in:
parent
93e6ef144e
commit
818b626440
|
@ -203,6 +203,7 @@ class Core(
|
|||
# New release check information
|
||||
self.new_release = None
|
||||
|
||||
component.start("PreferencesManager")
|
||||
component.start()
|
||||
|
||||
self._should_shutdown = False
|
||||
|
|
Loading…
Reference in New Issue