bar: change music icon

This commit is contained in:
end-4
2025-06-11 23:16:11 +02:00
parent 5a867ea061
commit 24374efdce
+1 -1
View File
@@ -68,7 +68,7 @@ Item {
MaterialSymbol {
anchors.centerIn: parent
fill: 1
text: activePlayer?.isPlaying ? "pause" : "play_arrow"
text: activePlayer?.isPlaying ? "pause" : "music_note"
iconSize: Appearance.font.pixelSize.normal
color: Appearance.m3colors.m3onSecondaryContainer
}