also move new-quotes event to FiatField
This commit is contained in:
@@ -230,13 +230,4 @@ Pane {
|
||||
}
|
||||
}
|
||||
|
||||
Connections {
|
||||
target: Daemon.fx
|
||||
function onQuotesUpdated() {
|
||||
amountFiat.text = amount.text == ''
|
||||
? ''
|
||||
: Daemon.fx.fiatValue(Config.unitsToSats(amount.text))
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user