This commit is contained in:
Zacharias-Brohn
2026-03-12 10:04:27 +01:00
parent 401ccef90c
commit 851b78f0ff
17 changed files with 1347 additions and 64 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ CustomRect {
MaterialIcon {
animate: true
color: Players.active?.isPlaying ? DynamicColors.palette.m3primary : DynamicColors.palette.m3onSurface
font.pointSize: Appearance.font.size.normal
font.pointSize: Appearance.font.size.larger
text: Players.active?.isPlaying ? "music_note" : "music_off"
}