mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Fixed bug with auto-save on lock
This commit is contained in:
parent
186410820e
commit
d988b1fc36
1 changed files with 4 additions and 0 deletions
|
|
@ -106,6 +106,10 @@ void DecryptAES()
|
|||
{
|
||||
DecryptAES();
|
||||
}
|
||||
if (dialogResult == DialogResult.Cancel)
|
||||
{
|
||||
publicVar.encryptionKey.Set(null);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue