aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-12-02 16:19:34 +0000
committersaturneric <[email protected]>2024-12-02 16:19:34 +0000
commiteb37bd85cb954001f9eff1f92e6dbd6ecd812f28 (patch)
treecb15846f40d2cd0801573fc1b7234fc22e9c83b8
parenttranslation: update translations (diff)
downloadGpgFrontend-eb37bd85cb954001f9eff1f92e6dbd6ecd812f28.tar.gz
GpgFrontend-eb37bd85cb954001f9eff1f92e6dbd6ecd812f28.zip
fix: cannot close detail dialog after exporting rev cert
-rw-r--r--src/ui/dialog/RevocationOptionsDialog.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/dialog/RevocationOptionsDialog.cpp b/src/ui/dialog/RevocationOptionsDialog.cpp
index fe91199d..0cbfbb2d 100644
--- a/src/ui/dialog/RevocationOptionsDialog.cpp
+++ b/src/ui/dialog/RevocationOptionsDialog.cpp
@@ -48,7 +48,6 @@ GpgFrontend::UI::RevocationOptionsDialog::RevocationOptionsDialog(
connect(ui_->buttonBox, &QDialogButtonBox::accepted, this, &QDialog::accept);
connect(ui_->buttonBox, &QDialogButtonBox::rejected, this, &QDialog::reject);
setAttribute(Qt::WA_DeleteOnClose);
- setModal(true);
}
auto GpgFrontend::UI::RevocationOptionsDialog::Code() const -> int {