Skip to content

Commit

Permalink
Fix circleQuestionMark character does not display properly on Ubuntu (
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Mar 24, 2021
1 parent c90227e commit b86dde4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ const fallback = {

if (platform === 'linux') {
// The main one doesn't look that good on Ubuntu.
main.circleQuestionMark = '?';
main.questionMarkPrefix = '?';
}

Expand Down

0 comments on commit b86dde4

Please sign in to comment.