mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-03-05 00:12:49 +01:00
fix(dark_mode_button): skip settings added
This commit is contained in:
@@ -23,6 +23,7 @@ class DarkModeButton(BECWidget, QWidget):
|
||||
**kwargs,
|
||||
) -> None:
|
||||
super().__init__(parent=parent, client=client, gui_id=gui_id, theme_update=True, **kwargs)
|
||||
self.setProperty("skip_settings", True)
|
||||
|
||||
self._dark_mode_enabled = False
|
||||
self.layout = QHBoxLayout(self)
|
||||
|
||||
Reference in New Issue
Block a user