Skip to content
Snippets Groups Projects
Commit dd8c5093 authored by inso's avatar inso
Browse files

Fix crash when clicking on delete

parent 965c83f6
No related branches found
No related tags found
No related merge requests found
...@@ -219,7 +219,7 @@ class ProcessConfigureAccount(QDialog, Ui_AccountConfigurationDialog): ...@@ -219,7 +219,7 @@ class ProcessConfigureAccount(QDialog, Ui_AccountConfigurationDialog):
dialog.exec_() dialog.exec_()
@asyncify @asyncify
async def action_delete_account(self): async def action_delete_account(self, checked=False):
reply = await QAsyncMessageBox.question(self, self.tr("Warning"), reply = await QAsyncMessageBox.question(self, self.tr("Warning"),
self.tr("""This action will delete your account locally. self.tr("""This action will delete your account locally.
Please note your key parameters (salt and password) if you wish to recover it later. Please note your key parameters (salt and password) if you wish to recover it later.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment