From: Olaf Wintermann Date: Tue, 9 Dec 2025 18:58:00 +0000 (+0100) Subject: update sourcelist after updating feeds X-Git-Url: https://uap-core.de/gitweb/?a=commitdiff_plain;h=df3593f3cecc3fe656c63e2470e6706b023ba108;p=rssreader.git update sourcelist after updating feeds --- diff --git a/rss-application/src/main/kotlin/de/unixwork/rssreader/MainWindow.kt b/rss-application/src/main/kotlin/de/unixwork/rssreader/MainWindow.kt index 89e4229..a54316a 100644 --- a/rss-application/src/main/kotlin/de/unixwork/rssreader/MainWindow.kt +++ b/rss-application/src/main/kotlin/de/unixwork/rssreader/MainWindow.kt @@ -448,7 +448,7 @@ class MainWindow() { feedConfig?.updateFeed() } ev.`object`.close() - //sourceList.updateFeeds() + sourceList.updateFeeds() }, ui = null) feedConfig = FeedConfig(w)