Skip to content

Commit

Permalink
nerdfonts removed play glyph
Browse files Browse the repository at this point in the history
  • Loading branch information
ravachol committed Nov 22, 2023
1 parent b9b9879 commit db19593
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/player.c
Original file line number Diff line number Diff line change
Expand Up @@ -453,11 +453,6 @@ void printLastRow()
char pauseText[] = " \uf04c";
strcat(nerdFontText, pauseText);
}
else
{
char playText[] = " \uf04b";
strcat(nerdFontText, playText);
}

if (isRepeatEnabled())
{
Expand Down

0 comments on commit db19593

Please sign in to comment.