1
0
This commit is contained in:
ThomasV
2023-03-16 20:23:29 +01:00
parent 57a4cbb984
commit 849d987d0d

View File

@@ -262,7 +262,7 @@ class QEDaemon(AuthMixin, QObject):
self._logger.debug('deleting wallet with path %s' % path)
self._current_wallet = None
# TODO walletLoaded signal is confusing
self.walletLoaded.emit()
self.walletLoaded.emit(None, None)
if not self.daemon.delete_wallet(path):
self.walletDeleteError.emit('error', _('Problem deleting wallet'))