Thanks netf

This commit is contained in:
JustArchi
2022-10-10 22:57:34 +02:00
parent 6227f84931
commit 533bf45f35

View File

@@ -317,7 +317,8 @@ internal static class Program {
return false;
}
ArchiCryptoHelper.SetEncryptionKey(cryptkey);
// ReSharper disable once RedundantSuppressNullableWarningExpression - required for .NET Framework
ArchiCryptoHelper.SetEncryptionKey(cryptkey!);
}
if (!Directory.Exists(SharedInfo.ConfigDirectory)) {