1
0
Fork 0
mirror of https://github.com/kbumsik/VirtScreen.git synced 2025-02-14 12:21:50 +00:00

QML: Corrected systrayicon message

This commit is contained in:
Bumsik Kim 2018-05-07 23:45:17 -04:00
parent a07fecd574
commit c6a3d8f73d
No known key found for this signature in database
GPG key ID: E31041C8EC5B01C6

View file

@ -303,8 +303,11 @@ ApplicationWindow {
Component.onCompleted: {
// without delay, the message appears in a wierd place
timer.setTimeout (function() {
showMessage("Message title", "Something important came up. Click this to know more.");
}, 1000);
showMessage("VirtScreen is running",
"The program will keep running in the system tray.\n" +
"To terminate the program, choose \"Quit\" in the \n" +
"context menu of the system tray entry.");
}, 7000);
}
onActivated: {