mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 21:44:16 +02:00
Fix
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user