Regenerated

This commit is contained in:
2026-04-13 11:29:28 +02:00
parent 35948151ab
commit 1bfc500c99
3 changed files with 335 additions and 377 deletions
+333 -347
View File
File diff suppressed because it is too large Load Diff
+1 -15
View File
@@ -2666,7 +2666,7 @@ ShellRoot {
property real progress: 0.0
property real duration: 0.0
property real position: 0.0
// 0 = no shuffle, 1 = shuffle, 2 = smart shuffle
// 0 = no shuffle, 1 = shuffle
property int shuffleMode: 0
readonly property bool isSpotify: player.indexOf("spotify") !== -1
}
@@ -2972,20 +2972,6 @@ ShellRoot {
font.pixelSize: 18
color: media.shuffleMode === 0 ? colors.surface2
: media.shuffleMode === 1 ? colors.blue
: colors.mauve
// "S" badge for smart shuffle
Text {
anchors.bottom: parent.bottom
anchors.right: parent.right
anchors.bottomMargin: -2
anchors.rightMargin: -4
text: "S"
font.pixelSize: 7
font.bold: true
color: colors.mauve
visible: media.shuffleMode === 2
}
}
MouseArea {
@@ -37,7 +37,7 @@ ShellRoot {
property real progress: 0.0
property real duration: 0.0
property real position: 0.0
// 0 = no shuffle, 1 = shuffle, 2 = smart shuffle
// 0 = no shuffle, 1 = shuffle
property int shuffleMode: 0
readonly property bool isSpotify: player.indexOf("spotify") !== -1
}
@@ -343,20 +343,6 @@ ShellRoot {
font.pixelSize: 18
color: media.shuffleMode === 0 ? colors.surface2
: media.shuffleMode === 1 ? colors.blue
: colors.mauve
// "S" badge for smart shuffle
Text {
anchors.bottom: parent.bottom
anchors.right: parent.right
anchors.bottomMargin: -2
anchors.rightMargin: -4
text: "S"
font.pixelSize: 7
font.bold: true
color: colors.mauve
visible: media.shuffleMode === 2
}
}
MouseArea {