mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 20:54:15 +02:00
Fix
This commit is contained in:
@@ -34,7 +34,7 @@ class UpdateToggleButton(QToolButton):
|
|||||||
def change_state(self, not_checked: bool):
|
def change_state(self, not_checked: bool):
|
||||||
self.model['update_checked'] = not not_checked
|
self.model['update_checked'] = not not_checked
|
||||||
self.setIcon(self.icon_on if not not_checked else self.icon_off)
|
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):
|
class ManageWindow(QWidget):
|
||||||
|
|||||||
Reference in New Issue
Block a user