1
0

Merge pull request #9574 from f321x/qml_flat_fee

Show flat fee in qml swap provider selection
This commit is contained in:
ThomasV
2025-02-21 09:04:31 +01:00
committed by GitHub

View File

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