wtf is happening

This commit is contained in:
Zacharias-Brohn
2026-03-10 22:42:06 +01:00
parent 203b19ce45
commit 0375491dc8
4 changed files with 98 additions and 175 deletions
+2 -2
View File
@@ -39,7 +39,7 @@ CustomRect {
Layout.alignment: Qt.AlignVCenter
animate: true
color: Audio.muted ? DynamicColors.palette.m3error : root.textColor
font.pointSize: Appearance.font.size.normal
font.pointSize: Appearance.font.size.larger
text: Audio.muted ? "volume_off" : "volume_up"
}
@@ -68,7 +68,7 @@ CustomRect {
Layout.alignment: Qt.AlignVCenter
animate: true
color: (Audio.sourceMuted ?? false) ? DynamicColors.palette.m3error : root.textColor
font.pointSize: Appearance.font.size.normal
font.pointSize: Appearance.font.size.larger
text: Audio.sourceMuted ? "mic_off" : "mic"
}