Set showColoredAmounts by default to true again

This commit is contained in:
dankito 2024-10-04 09:14:07 +02:00
parent 390d529be0
commit 12c9becd17
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(false)
val showColoredAmounts = MutableStateFlow(true)
}