]> uap-core.de Git - rssreader.git/commitdiff
fix that save in the settings dialog does not update the settings file
authorOlaf Wintermann <olaf.wintermann@gmail.com>
Fri, 19 Dec 2025 23:09:30 +0000 (00:09 +0100)
committerOlaf Wintermann <olaf.wintermann@gmail.com>
Fri, 19 Dec 2025 23:09:30 +0000 (00:09 +0100)
rss-application/src/main/kotlin/de/unixwork/rssreader/ConfigWindow.kt

index 829f5c197578b6c305ce03132cb453c788850e89..4e19ef29ef46e272f83aa26102fe1450cd60ba4a 100644 (file)
@@ -125,7 +125,7 @@ class ConfigWindow {
         } else {
             App.settings.maxItemAge = 0
         }
-
+        App.settings.store()
     }
 
     fun show() {