Don't double-show encryption dialog

This commit is contained in:
Loren Burkholder 2023-03-01 14:39:16 -05:00
parent 3245b119be
commit 1e701d411b

View file

@ -395,7 +395,8 @@ ApplicationWindow {
checked = true;
return ;
}
confirmEncryptionDialog.open();
if (checked === true)
confirmEncryptionDialog.open();
}
Layout.alignment: Qt.AlignRight
}