mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-23 06:07:39 +01:00
Show initial notification without icon.
This commit is contained in:
parent
7b15e568aa
commit
1d8c9a2545
@ -132,8 +132,7 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
// Setup single-instance behavior.
|
||||
QObject::connect(&application, SIGNAL(messageReceived(QString)), &application, SLOT(processExecutionMessage(QString)));
|
||||
qApp->showGuiMessage(QSL(APP_NAME), QObject::tr("Welcome to %1 %2.").arg(APP_NAME, APP_VERSION), QSystemTrayIcon::Information,
|
||||
NULL, false, qApp->icons()->fromTheme(APP_LOW_NAME));
|
||||
qApp->showGuiMessage(QSL(APP_NAME), QObject::tr("Welcome to %1 %2.").arg(APP_NAME, APP_VERSION), QSystemTrayIcon::NoIcon);
|
||||
|
||||
// Enter global event loop.
|
||||
return Application::exec();
|
||||
|
Loading…
Reference in New Issue
Block a user