fix unwanted dialog
This commit is contained in:
parent
87f0d37ccd
commit
81be271c27
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue