mirror of https://github.com/procxx/kepka.git
Try to fix windows-specific file
This commit is contained in:
parent
8b81a68b90
commit
72ea16b5e7
|
@ -685,7 +685,7 @@ void MainWindow::psSetupTrayIcon() {
|
||||||
|
|
||||||
void MainWindow::showTrayTooltip() {
|
void MainWindow::showTrayTooltip() {
|
||||||
if (trayIcon && !cSeenTrayTooltip()) {
|
if (trayIcon && !cSeenTrayTooltip()) {
|
||||||
trayIcon->showMessage(str_const_toString(AppName), lang(lng_tray_icon_text), QSystemTrayIcon::Information, 10000);
|
trayIcon->showMessage(str_const_toString(AppName), lng_tray_icon_text(lt_appname, lang(appname)), QSystemTrayIcon::Information, 10000);
|
||||||
cSetSeenTrayTooltip(true);
|
cSetSeenTrayTooltip(true);
|
||||||
Local::writeSettings();
|
Local::writeSettings();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue