mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-24 02:00:24 +07:00
fix: Sec/ field added to backup
This commit is contained in:
@@ -45,7 +45,7 @@ private:
|
|||||||
QStringList encryptedKeys; // encode only key listed here
|
QStringList encryptedKeys; // encode only key listed here
|
||||||
// only this fields need for backup
|
// only this fields need for backup
|
||||||
QStringList m_fieldsToBackup = {
|
QStringList m_fieldsToBackup = {
|
||||||
"Conf/", "Servers/",
|
"Conf/", "Servers/", "Sec/",
|
||||||
};
|
};
|
||||||
|
|
||||||
mutable QByteArray m_key;
|
mutable QByteArray m_key;
|
||||||
|
|||||||
Reference in New Issue
Block a user