force flameshot icon on info popup

This commit is contained in:
Jeremy Borgman
2021-03-14 19:57:32 -05:00
committed by borgmanJeremy
parent 220bf0a6ec
commit 9af391b2e9

View File

@@ -495,13 +495,14 @@ void Controller::enableTrayIcon()
#endif
m_trayIcon->show();
if (ConfigHandler().showStartupLaunchMessage()) {
m_trayIcon->showMessage(
"Flameshot",
QObject::tr(
"Hello, I'm here! Click icon in the tray to take a screenshot or "
"click with a right button to see more options."),
QSystemTrayIcon::Information,
trayIcon,
3000);
}
}