Skip to content

Commit a4d9aa0

Browse files
no shuffle symbol not showing #172 (#177)
1 parent bc09813 commit a4d9aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/enums/shell_only.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export const ControlIconOptions = {
121121
},
122122
SHUFFLE_OFF: {
123123
name: "shuffle",
124-
iconName: "media-playlist-no-shuffle-symbolic",
124+
iconName: "media-playlist-consecutive-symbolic" || "media-playlist-no-shuffle-symbolic",
125125
menuProps: {
126126
index: 4,
127127
options: {

0 commit comments

Comments
 (0)