1
0

qml: consistency camelcase public slots listmodels

This commit is contained in:
Sander van Grieken
2023-04-25 13:22:34 +02:00
parent 2b091b283a
commit f0bbbe9955
11 changed files with 53 additions and 53 deletions

View File

@@ -290,8 +290,8 @@ Pane {
dialog.accepted.connect(function() {
channeldetails.deleteChannel()
app.stack.pop()
Daemon.currentWallet.historyModel.init_model(true) // needed here?
Daemon.currentWallet.channelModel.remove_channel(channelid)
Daemon.currentWallet.historyModel.initModel(true) // needed here?
Daemon.currentWallet.channelModel.removeChannel(channelid)
})
dialog.open()
}