0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 19:21:50 +02:00

fix(main_window): connected to theme change

This commit is contained in:
2025-04-11 01:40:41 +02:00
parent c1bbb16dad
commit 11feeff37c

View File

@ -34,6 +34,7 @@ class BECMainWindow(BECWidget, QMainWindow):
self.app = QApplication.instance()
self.setWindowTitle(window_title)
self._init_ui()
self._connect_to_theme_change()
def _init_ui(self):