Skip to content

Commit

Permalink
fix replay icon
Browse files Browse the repository at this point in the history
  • Loading branch information
zydezu committed Feb 24, 2024
1 parent 5b47e40 commit d68bfaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modernx.lua
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ local icons = {
next = '\239\142\180',
play = '\239\142\170',
pause = '\239\142\167',
replay = '\239\142\17', -- copied private use character
replay = '', -- copied private use character
backward = '\239\142\160',
forward = '\239\142\159',
audio = '\239\142\183',
Expand Down

0 comments on commit d68bfaa

Please sign in to comment.