From 4945fbd492ff15534fce46db45d51926be8c69f7 Mon Sep 17 00:00:00 2001 From: ehmicky Date: Wed, 24 Mar 2021 16:00:35 +0100 Subject: [PATCH] fix: `circleQuestionMark` character does not display properly on Ubuntu --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 0a9899b..a947d12 100644 --- a/index.js +++ b/index.js @@ -129,6 +129,7 @@ const fallback = { if (platform === 'linux') { // The main one doesn't look that good on Ubuntu. + main.circleQuestionMark = '?'; main.questionMarkPrefix = '?'; }