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

Fixed a bug when configuring an account without any community

parent 4978fcbf
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,8 @@ class MainWindow(QMainWindow, Ui_MainWindow):
def refresh_wallets(self):
currency_tab = self.currencies_tabwidget.currentWidget()
currency_tab.refresh_wallets()
if currency_tab:
currency_tab.refresh_wallets()
def refresh_communities(self):
self.currencies_tabwidget.clear()
......
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