forked from ghostfox/qyouradio
Fix theme on native light mode, implement volume slider
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user