Set showColoredAmounts by default to true again
This commit is contained in:
parent
390d529be0
commit
12c9becd17
|
@ -14,6 +14,6 @@ class UiSettings : ViewModel() {
|
|||
|
||||
val showBankIcons = MutableStateFlow(true)
|
||||
|
||||
val showColoredAmounts = MutableStateFlow(false)
|
||||
val showColoredAmounts = MutableStateFlow(true)
|
||||
|
||||
}
|
Loading…
Reference in New Issue