Fusion als Standard-Thema gesetzt. Thema wird in config.json gespeichert

This commit is contained in:
2025-06-17 19:11:08 +02:00
parent 7145176bfc
commit 02d1d4ada4
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -74,6 +74,7 @@ class AppSettings(BaseSettings):
apache_fops: list[ApacheFop] = []
xsl_dirs: list[XslDir] = []
pdf_projects: list[PdfProject] = []
theme: str | None = None
model_config = SettingsConfigDict(json_file=config_path)