fix unwanted dialog

This commit is contained in:
Martin Rotter 2025-05-23 12:58:34 +02:00
parent 87f0d37ccd
commit 81be271c27

View file

@ -490,7 +490,7 @@ void FeedDownloader::finalizeUpdate() {
qApp->showGuiMessage(Notification::Event::ArticlesFetchingError, qApp->showGuiMessage(Notification::Event::ArticlesFetchingError,
{QObject::tr("Some feeds have error"), {QObject::tr("Some feeds have error"),
QObject::tr("Some feeds threw an error when fetching articles."), QObject::tr("Some feeds threw an error when fetching articles."),
QSystemTrayIcon::MessageIcon::Critical}); QSystemTrayIcon::MessageIcon::Warning});
} }
// Update of feeds has finished. // Update of feeds has finished.