Regenerated
This commit is contained in:
+333
-347
File diff suppressed because it is too large
Load Diff
+1
-15
@@ -2666,7 +2666,7 @@ ShellRoot {
|
|||||||
property real progress: 0.0
|
property real progress: 0.0
|
||||||
property real duration: 0.0
|
property real duration: 0.0
|
||||||
property real position: 0.0
|
property real position: 0.0
|
||||||
// 0 = no shuffle, 1 = shuffle, 2 = smart shuffle
|
// 0 = no shuffle, 1 = shuffle
|
||||||
property int shuffleMode: 0
|
property int shuffleMode: 0
|
||||||
readonly property bool isSpotify: player.indexOf("spotify") !== -1
|
readonly property bool isSpotify: player.indexOf("spotify") !== -1
|
||||||
}
|
}
|
||||||
@@ -2972,20 +2972,6 @@ ShellRoot {
|
|||||||
font.pixelSize: 18
|
font.pixelSize: 18
|
||||||
color: media.shuffleMode === 0 ? colors.surface2
|
color: media.shuffleMode === 0 ? colors.surface2
|
||||||
: media.shuffleMode === 1 ? colors.blue
|
: 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 {
|
MouseArea {
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ ShellRoot {
|
|||||||
property real progress: 0.0
|
property real progress: 0.0
|
||||||
property real duration: 0.0
|
property real duration: 0.0
|
||||||
property real position: 0.0
|
property real position: 0.0
|
||||||
// 0 = no shuffle, 1 = shuffle, 2 = smart shuffle
|
// 0 = no shuffle, 1 = shuffle
|
||||||
property int shuffleMode: 0
|
property int shuffleMode: 0
|
||||||
readonly property bool isSpotify: player.indexOf("spotify") !== -1
|
readonly property bool isSpotify: player.indexOf("spotify") !== -1
|
||||||
}
|
}
|
||||||
@@ -343,20 +343,6 @@ ShellRoot {
|
|||||||
font.pixelSize: 18
|
font.pixelSize: 18
|
||||||
color: media.shuffleMode === 0 ? colors.surface2
|
color: media.shuffleMode === 0 ? colors.surface2
|
||||||
: media.shuffleMode === 1 ? colors.blue
|
: 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 {
|
MouseArea {
|
||||||
|
|||||||
Reference in New Issue
Block a user