Skip to content

Commit

Permalink
fix: fix random loop context menu icon
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhd1701 committed Oct 25, 2021
1 parent cd76f82 commit 347bbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gridplayer/player/mixins/menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def _make_actions(self):
"Random": {
"key": "R",
"func": lambda: self.seek_random.emit(),
"icon": "custom/011-random",
"icon": "loop-random",
},
"Open Playlist": {
"key": "Ctrl+O",
Expand Down

0 comments on commit 347bbde

Please sign in to comment.