From: Olaf Wintermann Date: Fri, 19 Dec 2025 23:09:30 +0000 (+0100) Subject: fix that save in the settings dialog does not update the settings file X-Git-Url: https://uap-core.de/gitweb/?a=commitdiff_plain;h=2860ce241f64b455c95bef73b708bd581543535a;p=rssreader.git fix that save in the settings dialog does not update the settings file --- diff --git a/rss-application/src/main/kotlin/de/unixwork/rssreader/ConfigWindow.kt b/rss-application/src/main/kotlin/de/unixwork/rssreader/ConfigWindow.kt index 829f5c1..4e19ef2 100644 --- a/rss-application/src/main/kotlin/de/unixwork/rssreader/ConfigWindow.kt +++ b/rss-application/src/main/kotlin/de/unixwork/rssreader/ConfigWindow.kt @@ -125,7 +125,7 @@ class ConfigWindow { } else { App.settings.maxItemAge = 0 } - + App.settings.store() } fun show() {