fix: typo in settings checkPeerFingerprints
This commit is contained in:
committed by
Chris Rizzitello
parent
99ed548495
commit
6963c28219
@ -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");
|
||||
|
||||
Reference in New Issue
Block a user