Konfiguration wird geladen und gespeichert.

This commit is contained in:
2025-06-13 20:23:19 +02:00
parent cb203112d6
commit 96fa6cb8aa
3 changed files with 35 additions and 17 deletions
+2
View File
@@ -582,6 +582,8 @@ class AppSettingsDlg(QDialog):
self.settings.apache_fops = self.temp_apache_fops.copy()
self.settings.xsl_dirs = self.temp_xsl_dirs.copy()
self.settings.save()
super().accept()
def get_settings(self) -> AppSettings: