This commit is contained in:
Vinicius Moreira
2019-06-14 17:22:37 -03:00
parent c5ab4716bf
commit 8938aacf9f

View File

@@ -34,7 +34,7 @@ class UpdateToggleButton(QToolButton):
def change_state(self, not_checked: bool):
self.model['update_checked'] = not not_checked
self.setIcon(self.icon_on if not not_checked else self.icon_off)
self.root.change_update_button_state()
self.root.change_update_state()
class ManageWindow(QWidget):