fix: typo in settings checkPeerFingerprints

This commit is contained in:
sithlord48
2025-03-17 12:46:05 -04:00
committed by Chris Rizzitello
parent 99ed548495
commit 6963c28219

View File

@ -75,7 +75,7 @@ public:
};
struct Security
{
inline static const auto CheckPeers = QStringLiteral("security/checkpeerfingerprints");
inline static const auto CheckPeers = QStringLiteral("security/checkPeerFingerprints");
inline static const auto Certificate = QStringLiteral("security/certificate");
inline static const auto KeySize = QStringLiteral("security/keySize");
inline static const auto TlsEnabled = QStringLiteral("security/tlsEnabled");