mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-27 06:52:50 -05:00
Re-style control center & sliders to be more android 16-y
This commit is contained in:
@@ -59,6 +59,7 @@ Rectangle {
|
||||
showValue: true
|
||||
valueOverride: actualVolumePercent
|
||||
visible: AudioService.source && AudioService.source.audio
|
||||
thumbOutlineColor: Theme.surfaceContainer
|
||||
|
||||
onSliderValueChanged: function(newValue) {
|
||||
if (AudioService.source && AudioService.source.audio) {
|
||||
|
||||
Reference in New Issue
Block a user