Skip to content
Snippets Groups Projects
Commit 0ed33b3b authored by inso's avatar inso
Browse files

Fixed a bug when creating first account

parent 10250c45
No related branches found
No related tags found
No related merge requests found
...@@ -99,6 +99,7 @@ class Application(QObject): ...@@ -99,6 +99,7 @@ class Application(QObject):
self.loading_progressed.emit(value, maximum) self.loading_progressed.emit(value, maximum)
if self.current_account is not None: if self.current_account is not None:
if self.monitor:
self.monitor.stop_watching() self.monitor.stop_watching()
self.save_cache(self.current_account) self.save_cache(self.current_account)
account.loading_progressed.connect(progressing) account.loading_progressed.connect(progressing)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment