Launcher: hotfix clicking on an item would not activate it.

This commit is contained in:
LemmyCook 2025-09-05 10:33:57 -04:00
parent 507843be21
commit de92c989f2

View file

@ -487,7 +487,7 @@ NPanel {
cursorShape: Qt.PointingHandCursor cursorShape: Qt.PointingHandCursor
onClicked: { onClicked: {
selectedIndex = index selectedIndex = index
root.activate() ui.activate()
} }
} }
} }