mirror of
https://github.com/fergalmoran/flameshot.git
synced 2025-12-22 09:51:06 +00:00
Make application startup notification configurable
This commit is contained in:
@@ -226,7 +226,7 @@ void Controller::enableTrayIcon() {
|
||||
};
|
||||
connect(m_trayIcon, &QSystemTrayIcon::activated, this, trayIconActivated);
|
||||
m_trayIcon->show();
|
||||
if (!ConfigHandler().startupLaunchValue()) {
|
||||
if (ConfigHandler().showStartupLaunchMessage()) {
|
||||
m_trayIcon->showMessage("Flameshot",
|
||||
QObject::tr("Application is started successfully"),
|
||||
QSystemTrayIcon::Information,
|
||||
|
||||
Reference in New Issue
Block a user