mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-12-14 05:12:27 +00:00
Fix QML warning
This commit is contained in:
parent
e4d7d190e2
commit
5ec256a734
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ GridView {
|
|||
MenuItem {
|
||||
text: "Wake PC"
|
||||
onTriggered: computerModel.wakeComputer(index)
|
||||
visible: !model.online && model.wakeable
|
||||
visible: !model.addPc && !model.online && model.wakeable
|
||||
height: visible ? implicitHeight : 0
|
||||
}
|
||||
MenuItem {
|
||||
|
|
Loading…
Reference in a new issue