Set showColoredAmounts by default to true again
This commit is contained in:
parent
390d529be0
commit
12c9becd17
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@ class UiSettings : ViewModel() {
|
|||
|
||||
val showBankIcons = MutableStateFlow(true)
|
||||
|
||||
val showColoredAmounts = MutableStateFlow(false)
|
||||
val showColoredAmounts = MutableStateFlow(true)
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue