mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-28 08:09:42 +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.";
|
qDebugNN << LOGSEC_GUI << "Showing tray icon.";
|
||||||
trayIcon()->show();
|
trayIcon()->show();
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
m_feedReader->feedsModel()->notifyWithCounts();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void Application::deleteTrayIcon() {
|
void Application::deleteTrayIcon() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user