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

Adding evens processing

parent ce2e4882
No related branches found
No related tags found
No related merge requests found
...@@ -188,6 +188,7 @@ class Account(QObject): ...@@ -188,6 +188,7 @@ class Account(QObject):
for w in self.wallets: for w in self.wallets:
w.refresh_progressed.connect(progressing) w.refresh_progressed.connect(progressing)
QCoreApplication.processEvents()
for c in self.communities: for c in self.communities:
w.init_cache(c) w.init_cache(c)
loaded_wallets = loaded_wallets + 1 loaded_wallets = loaded_wallets + 1
......
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