osd audio muted color fix

This commit is contained in:
Zacharias-Brohn
2026-02-21 21:36:31 +01:00
parent 0cefee8e4f
commit f1bb1ec82d
+1
View File
@@ -47,6 +47,7 @@ Item {
icon: Icons.getVolumeIcon(value, root.muted)
value: root.volume
to: Config.services.maxVolume
color: Audio.muted ? DynamicColors.palette.m3error : DynamicColors.palette.m3secondary
onMoved: Audio.setVolume(value)
}
}