By default not showing amounts colored anymore
This commit is contained in:
parent
fc0d2642e5
commit
931d41d610
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@ class UiSettings : ViewModel() {
|
|||
|
||||
val showBankIcons = MutableStateFlow(true)
|
||||
|
||||
val showColoredAmounts = MutableStateFlow(true)
|
||||
val showColoredAmounts = MutableStateFlow(false)
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue