fix: Sec/ field added to backup

This commit is contained in:
MrMirDan
2026-03-20 15:21:37 +02:00
parent ae1bbb2f88
commit 18b8f50d21

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;