sunnylink: Enabled by default (#1312)

Enable sunnylink by default
This commit is contained in:
DevTekVE
2025-10-03 19:43:13 +02:00
committed by GitHub
parent dcd382ffb8
commit 1bfecbc9c2

View File

@@ -192,7 +192,7 @@ inline static std::unordered_map<std::string, ParamKeyAttributes> keys = {
{"SunnylinkCache_Users", {PERSISTENT, STRING}},
{"SunnylinkDongleId", {PERSISTENT, STRING}},
{"SunnylinkdPid", {PERSISTENT, INT}},
{"SunnylinkEnabled", {PERSISTENT, BOOL}},
{"SunnylinkEnabled", {PERSISTENT, BOOL, "1"}},
// Backup Manager params
{"BackupManager_CreateBackup", {PERSISTENT, BOOL}},