Skip to content

Commit 0299308

Browse files
committed
show unread counts on startup correctly if tray icon is not enabled
1 parent 47448a0 commit 0299308

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

resources/scripts/7za

src/librssguard/miscellaneous/application.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,9 @@ void Application::showTrayIcon() {
433433
qDebugNN << LOGSEC_GUI << "Showing tray icon.";
434434
trayIcon()->show();
435435
}
436+
else {
437+
m_feedReader->feedsModel()->notifyWithCounts();
438+
}
436439
}
437440

438441
void Application::deleteTrayIcon() {

0 commit comments

Comments
 (0)