Set showTransactionsInAlternatingColors to false by default
This commit is contained in:
parent
54e9a70122
commit
54ca55e2f9
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class UiSettings : ViewModel() {
|
|||
|
||||
val transactionsGrouping = MutableStateFlow(TransactionsGrouping.Month)
|
||||
|
||||
val showTransactionsInAlternatingColors = MutableStateFlow(true)
|
||||
val showTransactionsInAlternatingColors = MutableStateFlow(false)
|
||||
|
||||
val showBankIcons = MutableStateFlow(true)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue