mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-20 02:00:55 +07:00
Merge pull request #921 from amnezia-vpn/fix/android-enc-conf
Fix config encryption on Android
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user