Convert tui and web app remove to QS menus

This commit is contained in:
David Heinemeier Hansson
2026-05-20 22:33:45 +02:00
parent 733f1661be
commit e021863b67
4 changed files with 24 additions and 44 deletions
+1 -1
View File
@@ -1187,7 +1187,7 @@ Item {
anchors.fill: parent
hoverEnabled: true
cursorShape: Qt.PointingHandCursor
onContainsMouseChanged: if (containsMouse) {
onPositionChanged: {
root.cursorActive = true
root.selectedIndex = row.index
}