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
Branches
Tags
No related merge requests found
...@@ -115,6 +115,7 @@ class MainWindow(QMainWindow, Ui_MainWindow): ...@@ -115,6 +115,7 @@ class MainWindow(QMainWindow, Ui_MainWindow):
def refresh_wallets(self): def refresh_wallets(self):
currency_tab = self.currencies_tabwidget.currentWidget() currency_tab = self.currencies_tabwidget.currentWidget()
if currency_tab:
currency_tab.refresh_wallets() currency_tab.refresh_wallets()
def refresh_communities(self): def refresh_communities(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment