misc small todos: animations, cursors, ...

This commit is contained in:
Damocles 2026-04-12 16:17:36 +02:00
parent 3a8b2d5b11
commit 77ce83462d
8 changed files with 42 additions and 8 deletions

View file

@ -35,6 +35,7 @@ M.BarSection {
}
TapHandler {
cursorShape: Qt.PointingHandCursor
onTapped: root.player?.togglePlaying()
}
}