fix: Sec/ field added to backup

This commit is contained in:
MrMirDan
2026-03-20 15:21:37 +02:00
parent 161a1eb647
commit 3e240fc9ac
+1 -1
View File
@@ -45,7 +45,7 @@ private:
QStringList encryptedKeys; // encode only key listed here
// only this fields need for backup
QStringList m_fieldsToBackup = {
"Conf/", "Servers/",
"Conf/", "Servers/", "Sec/",
};
mutable QByteArray m_key;