Skip to content

Commit b86dde4

Browse files
authoredMar 24, 2021
Fix circleQuestionMark character does not display properly on Ubuntu (#47)
1 parent c90227e commit b86dde4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎index.js

+1
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ const fallback = {
129129

130130
if (platform === 'linux') {
131131
// The main one doesn't look that good on Ubuntu.
132+
main.circleQuestionMark = '?';
132133
main.questionMarkPrefix = '?';
133134
}
134135

0 commit comments

Comments
 (0)
Please sign in to comment.