1
0

qml: always initialize BtcField.textAsSats

This commit is contained in:
Sander van Grieken
2025-02-26 11:02:12 +01:00
parent 3140c78ab1
commit 376d881154
2 changed files with 3 additions and 1 deletions

View File

@@ -31,4 +31,6 @@ TextField {
: ''
}
}
Component.onCompleted: textAsSats = Config.unitsToSats('')
}