Cli tool #9

Merged
Zacharias-Brohn merged 33 commits from cli-tool into main 2026-02-22 21:43:51 +01:00
Showing only changes of commit f1bb1ec82d - Show all commits
+1
View File
@@ -47,6 +47,7 @@ Item {
icon: Icons.getVolumeIcon(value, root.muted) icon: Icons.getVolumeIcon(value, root.muted)
value: root.volume value: root.volume
to: Config.services.maxVolume to: Config.services.maxVolume
color: Audio.muted ? DynamicColors.palette.m3error : DynamicColors.palette.m3secondary
onMoved: Audio.setVolume(value) onMoved: Audio.setVolume(value)
} }
} }