mirror of
https://github.com/kbumsik/VirtScreen.git
synced 2025-03-09 15:40:18 +00:00
SystrayIcon: Added 'open VirtScreen' menu
This commit is contained in:
parent
78fc085590
commit
5dbd3139df
1 changed files with 5 additions and 1 deletions
6
main.qml
6
main.qml
|
@ -57,7 +57,7 @@ Item {
|
|||
Loader {
|
||||
id: mainLoader
|
||||
active: false
|
||||
source: "mainWindow.qml"
|
||||
source: "qml/AppWindow.qml"
|
||||
|
||||
onStatusChanged: {
|
||||
console.log("Loader Status Changed.", status);
|
||||
|
@ -179,6 +179,10 @@ Item {
|
|||
MenuItem {
|
||||
separator: true
|
||||
}
|
||||
MenuItem {
|
||||
text: "Open VirtScreen"
|
||||
onTriggered: sysTrayIcon.onActivated(SystemTrayIcon.Trigger)
|
||||
}
|
||||
MenuItem {
|
||||
id: quitAction
|
||||
text: qsTr("&Quit")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue