mirror of
https://github.com/martinrotter/rssguard.git
synced 2024-12-27 08:33:27 +01:00
show unread counts on startup correctly if tray icon is not enabled
This commit is contained in:
parent
47448a05ef
commit
029930878e
@ -1 +1 @@
|
||||
Subproject commit 47f4125753452eff8800dbd6600c5a05540b15d9
|
||||
Subproject commit 9c10723bfbaf6cb85107d6ee16e0324e9e487749
|
@ -433,6 +433,9 @@ void Application::showTrayIcon() {
|
||||
qDebugNN << LOGSEC_GUI << "Showing tray icon.";
|
||||
trayIcon()->show();
|
||||
}
|
||||
else {
|
||||
m_feedReader->feedsModel()->notifyWithCounts();
|
||||
}
|
||||
}
|
||||
|
||||
void Application::deleteTrayIcon() {
|
||||
|
Loading…
Reference in New Issue
Block a user