updated qtsingleapplication to v3.1.5
This commit is contained in:
committed by
borgmanJeremy
parent
a0156be7b6
commit
8211b6aff0
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user