1
0

create wallet at end of new wallet wizard

This commit is contained in:
Sander van Grieken
2022-03-08 12:07:50 +01:00
parent 145e7e3440
commit 4cae116ad8
5 changed files with 78 additions and 2 deletions

View File

@@ -57,6 +57,7 @@ class QEAvailableWalletListModel(QEWalletListModel):
self.daemon = daemon
self.reload()
@pyqtSlot()
def reload(self):
if len(self.wallets) > 0:
self.beginRemoveRows(QModelIndex(), 0, len(self.wallets) - 1)