1
0

qml: use dirty flag on qetransactionlistmodel

This commit is contained in:
Sander van Grieken
2023-02-01 15:44:30 +01:00
parent 96ac199f5c
commit 7ea2a2a8ea
5 changed files with 20 additions and 5 deletions

View File

@@ -248,7 +248,7 @@ Pane {
dialog.yesClicked.connect(function() {
channeldetails.deleteChannel()
app.stack.pop()
Daemon.currentWallet.historyModel.init_model() // needed here?
Daemon.currentWallet.historyModel.init_model(true) // needed here?
Daemon.currentWallet.channelModel.remove_channel(channelid)
})
dialog.open()