We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cf3d49 commit b1d639bCopy full SHA for b1d639b
1 file changed
OnlyMod/EngineOnlyMod/gui.py
@@ -662,8 +662,9 @@ def _apply_theme(self, theme_name: str):
662
css = qss_path.read_text(encoding="utf-8")
663
self.setStyleSheet(css)
664
except Exception:
665
- # Minimal fallback only if theme file cannot be read.
+ # Keep the window usable even if theme loading fails.
666
self.setStyleSheet("")
667
+ self.statusBar().showMessage("Arctic theme unavailable: fallback active")
668
669
def _apply_language(self, lang_code: str):
670
"""Applique la langue de l'interface."""
0 commit comments