1
0

show flat fee in qml swap provider selection

This commit is contained in:
f321x
2025-02-21 08:59:18 +01:00
parent a3fc43cc2d
commit f475a71871

View File

@@ -96,7 +96,7 @@ ElDialog {
} }
Label { Label {
Layout.fillWidth: true Layout.fillWidth: true
text: model.percentage_fee + '%' text: model.percentage_fee + '% + ' + model.mining_fee + ' sat'
} }
Label { Label {
text: qsTr('last seen') text: qsTr('last seen')