1
0

keep all models and various UI items updated on new transactions

This commit is contained in:
Sander van Grieken
2022-04-01 16:17:50 +02:00
parent cb203dfe50
commit d88cd75460
7 changed files with 110 additions and 21 deletions

View File

@@ -347,4 +347,11 @@ Pane {
}
}
Connections {
target: Daemon.currentWallet
function onRequestStatusChanged(key, status) {
Daemon.currentWallet.requestModel.updateRequest(key, status)
}
}
}