By default not showing amounts colored anymore

This commit is contained in:
dankito 2024-09-19 21:33:57 +02:00
parent fc0d2642e5
commit 931d41d610
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@ class UiSettings : ViewModel() {
val showBankIcons = MutableStateFlow(true)
val showColoredAmounts = MutableStateFlow(true)
val showColoredAmounts = MutableStateFlow(false)
}