use the Id, not the wid
This commit is contained in:
parent
f8be8ab0fd
commit
dff653354f
@ -81,7 +81,7 @@ Item {
|
||||
anchors.right: parent.right
|
||||
}
|
||||
onClicked: {
|
||||
performOperation(model["WindowList"][0], "activate");
|
||||
performOperation(model["Id"], "activate");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user