mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 16:24:25 +08:00
code refactor
This commit is contained in:
+2
-1
@@ -1,5 +1,6 @@
|
||||
import Cookies from 'js-cookie';
|
||||
|
||||
import currencyConstants from '../consts/currency.js';
|
||||
import statisticsConstants from '../consts/statistics.js';
|
||||
|
||||
const settingsLocalStorageKey = 'lab_app_settings';
|
||||
@@ -12,7 +13,7 @@ const defaultSettings = {
|
||||
applicationLockWebAuthn: false,
|
||||
autoUpdateExchangeRatesData: true,
|
||||
thousandsSeparator: true,
|
||||
currencyDisplayMode: 'symbol', // or 'none' or 'code' or 'name'
|
||||
currencyDisplayMode: currencyConstants.defaultCurrencyDisplayMode,
|
||||
showAmountInHomePage: true,
|
||||
showAccountBalance: true,
|
||||
statistics: {
|
||||
|
||||
Reference in New Issue
Block a user