mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
support setting exchange rate cache expiration time
This commit is contained in:
@@ -221,6 +221,7 @@ watch(currentNotificationContent, (newValue) => {
|
||||
|
||||
let localeDefaultSettings = initLocale(userStore.currentUserLanguage, settingsStore.appSettings.timeZone);
|
||||
settingsStore.updateLocalizedDefaultSettings(localeDefaultSettings);
|
||||
exchangeRatesStore.removeExpiredExchangeRates(true);
|
||||
|
||||
setExpenseAndIncomeAmountColor(userStore.currentUserExpenseAmountColor, userStore.currentUserIncomeAmountColor);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user