set display transaction tags in transaction list page by default

This commit is contained in:
MaysWind
2024-07-24 23:52:15 +08:00
parent 3d0b993c45
commit 6b9ad1a1c8
+1 -1
View File
@@ -16,7 +16,7 @@ const defaultSettings = {
timezoneUsedForStatisticsInHomePage: timezoneConstants.defaultTimezoneTypesUsedForStatistics,
itemsCountInTransactionListPage: 15,
showTotalAmountInTransactionListPage: true,
showTagInTransactionListPage: false,
showTagInTransactionListPage: true,
showAccountBalance: true,
statistics: {
defaultChartDataType: statisticsConstants.defaultChartDataType,