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

Fix connect progress slot

parent 915fc4c0
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,8 @@ class TransactionsTabWidget(QWidget, Ui_transactionsTabWidget): ...@@ -70,7 +70,8 @@ class TransactionsTabWidget(QWidget, Ui_transactionsTabWidget):
self.account = account self.account = account
self.password_asker = password_asker self.password_asker = password_asker
self.table_history.model().sourceModel().change_account(account) self.table_history.model().sourceModel().change_account(account)
self.connect_progress() if account:
self.connect_progress()
def change_community(self, community): def change_community(self, community):
self.cancel_once_tasks() self.cancel_once_tasks()
......
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