Fixed bug with auto-save on lock

This commit is contained in:
Alexander 2018-12-06 14:53:01 +02:00
parent 186410820e
commit d988b1fc36

View file

@ -106,6 +106,10 @@ void DecryptAES()
{
DecryptAES();
}
if (dialogResult == DialogResult.Cancel)
{
publicVar.encryptionKey.Set(null);
}
}
}
}