set default currency display mode to symbol

This commit is contained in:
MaysWind
2020-11-27 22:34:47 +08:00
parent 412b77d9ab
commit baba28280c
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ const defaultSettings = {
applicationLockWebAuthn: false,
autoUpdateExchangeRatesData: true,
thousandsSeparator: true,
currencyDisplayMode: 'code', // or 'none' or 'name' or 'symbol'
currencyDisplayMode: 'symbol', // or 'none' or 'code' or 'name'
showAccountBalance: true,
animate: false,
autoDarkMode: true