Fix theme on native light mode, implement volume slider
Some checks failed
Build / build-linux (push) Failing after 18s
Build / build-windows (push) Has been cancelled

This commit is contained in:
Dark Steveneq
2025-10-14 10:06:06 +02:00
parent 5ffbede5a0
commit def26f8fda
8 changed files with 46 additions and 41 deletions

View File

@@ -80,6 +80,8 @@ ColumnLayout {
from: 0.1
to: 1.1
stepSize: 0.1
value: Player.volume + 0.1
onMoved: Player.volume = value - 0.1
}
}