updated qtsingleapplication to v3.1.5

This commit is contained in:
Jeremy Borgman
2020-10-31 19:46:18 -05:00
committed by borgmanJeremy
parent a0156be7b6
commit 8211b6aff0
31 changed files with 1863 additions and 544 deletions

View File

@@ -265,15 +265,6 @@ 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,
3000);
}
}
void Controller::disableTrayIcon()