Merge pull request #921 from amnezia-vpn/fix/android-enc-conf
Fix config encryption on Android
This commit is contained in:
commit
01413e5a4c
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ QByteArray SecureQSettings::decryptText(const QByteArray &ba) const
|
|||
|
||||
bool SecureQSettings::encryptionRequired() const
|
||||
{
|
||||
#ifdef Q_OS_LINUX
|
||||
#if defined(Q_OS_LINUX) && !defined(Q_OS_ANDROID)
|
||||
// QtKeyChain failing on Linux
|
||||
return false;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue