Skip to content

Commit

Permalink
no shuffle symbol not showing #172 (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLauinger77 authored Nov 22, 2024
1 parent bc09813 commit a4d9aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/enums/shell_only.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export const ControlIconOptions = {
},
SHUFFLE_OFF: {
name: "shuffle",
iconName: "media-playlist-no-shuffle-symbolic",
iconName: "media-playlist-consecutive-symbolic" || "media-playlist-no-shuffle-symbolic",
menuProps: {
index: 4,
options: {
Expand Down

0 comments on commit a4d9aa0

Please sign in to comment.