Launcher: hotfix clicking on an item would not activate it.
This commit is contained in:
parent
507843be21
commit
de92c989f2
1 changed files with 1 additions and 1 deletions
|
|
@ -487,7 +487,7 @@ NPanel {
|
||||||
cursorShape: Qt.PointingHandCursor
|
cursorShape: Qt.PointingHandCursor
|
||||||
onClicked: {
|
onClicked: {
|
||||||
selectedIndex = index
|
selectedIndex = index
|
||||||
root.activate()
|
ui.activate()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue