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:
parent
a07fecd574
commit
c6a3d8f73d
1 changed files with 5 additions and 2 deletions
7
main.qml
7
main.qml
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue