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,7 +99,8 @@ class Application(QObject):
self.loading_progressed.emit(value, maximum)
if self.current_account is not None:
self.monitor.stop_watching()
if self.monitor:
self.monitor.stop_watching()
self.save_cache(self.current_account)
account.loading_progressed.connect(progressing)
account.refresh_cache()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment