upgrade button fix

This commit is contained in:
Vinicius Moreira
2019-09-02 17:32:33 -03:00
parent 8cf46d2cc3
commit ca6723b7e0
2 changed files with 7 additions and 7 deletions

View File

@@ -70,7 +70,7 @@ class UpdateToggleButton(QWidget):
def change_state(self, not_checked: bool):
self.app_view.update_checked = not not_checked
self.root.change_update_state(change_filters=False)
self.root.update_bt_upgrade()
class AppsTable(QTableWidget):