mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
Toggle button fix
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@ env
|
||||
*.pyc
|
||||
.idea
|
||||
__pycache__
|
||||
*.orig
|
||||
|
||||
@@ -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