]> uap-core.de Git - rssreader.git/commitdiff
update sourcelist after updating feeds
authorOlaf Wintermann <olaf.wintermann@gmail.com>
Tue, 9 Dec 2025 18:58:00 +0000 (19:58 +0100)
committerOlaf Wintermann <olaf.wintermann@gmail.com>
Tue, 9 Dec 2025 18:58:00 +0000 (19:58 +0100)
rss-application/src/main/kotlin/de/unixwork/rssreader/MainWindow.kt

index 89e422964f62ea74b57c6cc47256daf156ae0248..a54316ada92817a682aef3f5811850588661ecd9 100644 (file)
@@ -448,7 +448,7 @@ class MainWindow() {
                     feedConfig?.updateFeed()
                 }
                 ev.`object`.close()
-                //sourceList.updateFeeds()
+                sourceList.updateFeeds()
             },
             ui = null)
         feedConfig = FeedConfig(w)