test: fixes after theme changes

This commit is contained in:
2025-10-09 15:42:06 +02:00
committed by wyzula_j
parent 5730814520
commit 3cc4d19e99
6 changed files with 2 additions and 17 deletions
+2
View File
@@ -83,6 +83,8 @@ class BECWidget(BECConnector):
if hasattr(qapp, "theme"):
qapp.theme.theme_changed.connect(self._update_theme)
@SafeSlot(str)
@SafeSlot()
def _update_theme(self, theme: str | None = None):
"""Update the theme."""
if theme is None: