Skip to content

Commit

Permalink
force flameshot icon on info popup
Browse files Browse the repository at this point in the history
  • Loading branch information
borgmanJeremy committed Mar 15, 2021
1 parent 220bf0a commit 9af391b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/controller.cpp
Expand Up @@ -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);
}
}
Expand Down

0 comments on commit 9af391b

Please sign in to comment.