By default not showing amounts colored anymore
This commit is contained in:
parent
fc0d2642e5
commit
931d41d610
|
@ -14,6 +14,6 @@ class UiSettings : ViewModel() {
|
|||
|
||||
val showBankIcons = MutableStateFlow(true)
|
||||
|
||||
val showColoredAmounts = MutableStateFlow(true)
|
||||
val showColoredAmounts = MutableStateFlow(false)
|
||||
|
||||
}
|
Loading…
Reference in New Issue