1
0

qml: consistency camelcase pyqtProperties

This commit is contained in:
Sander van Grieken
2023-04-25 14:15:13 +02:00
parent e26d49f11e
commit a23457f48d
14 changed files with 31 additions and 31 deletions

View File

@@ -124,7 +124,7 @@ ElDialog {
Layout.preferredWidth: 1
Layout.fillWidth: true
Label {
text: Config.formatSats(swaphelper.server_miningfee)
text: Config.formatSats(swaphelper.serverMiningfee)
font.family: FixedFont
}
Label {