mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
solve bug:
[ 770120 ] Attempting to export private key results in no file exported
This commit is contained in:
parent
52e93cfeaa
commit
bcaaf8133b
@ -235,7 +235,7 @@ void KeyView::store()
|
||||
targetKey->isPubKey(), MainWindow::getPath(), this);
|
||||
dlg->image->setPixmap(*MainWindow::keyImg);
|
||||
|
||||
if (dlg->exec()) {
|
||||
if (!dlg->exec()) {
|
||||
delete dlg;
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user