In Redirect the config.json code is erroneous.
echo   “useSpellChecker”: true
echo   “showUnreadBadge”: true
should be
echo   “useSpellChecker”: true,
echo   “showUnreadBadge”: true
In Redirect the config.json code is erroneous.
echo   “useSpellChecker”: true
echo   “showUnreadBadge”: true
should be
echo   “useSpellChecker”: true,
echo   “showUnreadBadge”: true
Thanks @VincentVegas for the note! I’ve submitted a fix for this.