Regenerated
This commit is contained in:
+334
-334
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -2770,7 +2770,7 @@ ShellRoot {
|
|||||||
Process { id: shuffleOffProc; command: ["playerctl", "--player=" + media.player, "shuffle", "off"] }
|
Process { id: shuffleOffProc; command: ["playerctl", "--player=" + media.player, "shuffle", "off"] }
|
||||||
|
|
||||||
function cycleShuffleMode() {
|
function cycleShuffleMode() {
|
||||||
var next = (media.shuffleMode + 1) % 3
|
var next = (media.shuffleMode + 1) % 2
|
||||||
media.shuffleMode = next
|
media.shuffleMode = next
|
||||||
if (next === 0)
|
if (next === 0)
|
||||||
shuffleOffProc.running = true
|
shuffleOffProc.running = true
|
||||||
@@ -2971,7 +2971,7 @@ ShellRoot {
|
|||||||
text: ""
|
text: ""
|
||||||
font.pixelSize: 18
|
font.pixelSize: 18
|
||||||
color: media.shuffleMode === 0 ? colors.surface2
|
color: media.shuffleMode === 0 ? colors.surface2
|
||||||
: media.shuffleMode === 1 ? colors.blue
|
: colors.blue
|
||||||
}
|
}
|
||||||
|
|
||||||
MouseArea {
|
MouseArea {
|
||||||
|
|||||||
@@ -141,7 +141,7 @@ ShellRoot {
|
|||||||
Process { id: shuffleOffProc; command: ["playerctl", "--player=" + media.player, "shuffle", "off"] }
|
Process { id: shuffleOffProc; command: ["playerctl", "--player=" + media.player, "shuffle", "off"] }
|
||||||
|
|
||||||
function cycleShuffleMode() {
|
function cycleShuffleMode() {
|
||||||
var next = (media.shuffleMode + 1) % 3
|
var next = (media.shuffleMode + 1) % 2
|
||||||
media.shuffleMode = next
|
media.shuffleMode = next
|
||||||
if (next === 0)
|
if (next === 0)
|
||||||
shuffleOffProc.running = true
|
shuffleOffProc.running = true
|
||||||
@@ -342,7 +342,7 @@ ShellRoot {
|
|||||||
text: ""
|
text: ""
|
||||||
font.pixelSize: 18
|
font.pixelSize: 18
|
||||||
color: media.shuffleMode === 0 ? colors.surface2
|
color: media.shuffleMode === 0 ? colors.surface2
|
||||||
: media.shuffleMode === 1 ? colors.blue
|
: colors.blue
|
||||||
}
|
}
|
||||||
|
|
||||||
MouseArea {
|
MouseArea {
|
||||||
|
|||||||
Reference in New Issue
Block a user