mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix: persist WiFi + charging settings of background backup (#553)
This commit is contained in:
parent
25e68cf826
commit
5172242f88
2 changed files with 19 additions and 2 deletions
|
|
@ -22,4 +22,6 @@ const String userSettingInfoBox = "immichUserSettingInfoBox";
|
|||
|
||||
// Background backup Info
|
||||
const String backgroundBackupInfoBox = "immichBackgroundBackupInfoBox"; // Box
|
||||
const String backupFailedSince = "immichBackupFailedSince"; // Key 1
|
||||
const String backupFailedSince = "immichBackupFailedSince"; // Key 1
|
||||
const String backupRequireWifi = "immichBackupRequireWifi"; // Key 2
|
||||
const String backupRequireCharging = "immichBackupRequireCharging"; // Key 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue