mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 00:34:28 +08:00
support currency symbol
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ const defaultSettings = {
|
||||
applicationLockWebAuthn: false,
|
||||
autoUpdateExchangeRatesData: true,
|
||||
thousandsSeparator: true,
|
||||
currencyDisplayMode: 'code', // or 'none' or 'name'
|
||||
currencyDisplayMode: 'code', // or 'none' or 'name' or 'symbol'
|
||||
showAccountBalance: true,
|
||||
animate: false,
|
||||
autoDarkMode: true
|
||||
|
||||
Reference in New Issue
Block a user