pretty minor case of suffering

This commit is contained in:
Dark Steveneq
2025-10-19 22:35:30 +02:00
parent 629408b02e
commit c168086601
4 changed files with 174 additions and 108 deletions

View File

@@ -75,6 +75,6 @@ Rectangle {
anchors.fill: parent
id: area
hoverEnabled: true
onClicked: Player.loadVideo(parent.id)
onClicked: stack.openVideo(parent.id)
}
}