Welcome message update

This commit is contained in:
Yuriy Puchkov
2020-08-12 16:55:02 +03:00
parent 5e65bd6829
commit fc694a0ecb
19 changed files with 54 additions and 38 deletions

View File

@@ -228,7 +228,7 @@ void Controller::enableTrayIcon() {
m_trayIcon->show();
if (ConfigHandler().showStartupLaunchMessage()) {
m_trayIcon->showMessage("Flameshot",
QObject::tr("Application is started successfully"),
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);
}