1
0

qml: update swaphelper server fee

This commit is contained in:
Sander van Grieken
2022-11-15 19:41:08 +01:00
parent 57ec81cad0
commit d95b18c510
2 changed files with 8 additions and 5 deletions

View File

@@ -89,9 +89,6 @@ ElDialog {
}
RowLayout {
Label {
text: swaphelper.serverfeeperc
}
Label {
text: Config.formatSats(swaphelper.serverfee)
font.family: FixedFont
@@ -100,6 +97,9 @@ ElDialog {
text: Config.baseUnit
color: Material.accentColor
}
Label {
text: '(' + swaphelper.serverfeeperc + ')'
}
}
Label {