mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix: backup indicator in beta app bar (#20354)
fix: beta - app bar backup indicator Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
parent
c7fcb23a23
commit
1e1c2ea627
2 changed files with 39 additions and 30 deletions
|
|
@ -8,6 +8,7 @@ enum Setting<T> {
|
|||
loadOriginalVideo<bool>(StoreKey.loadOriginalVideo, false),
|
||||
preferRemoteImage<bool>(StoreKey.preferRemoteImage, false),
|
||||
advancedTroubleshooting<bool>(StoreKey.advancedTroubleshooting, false),
|
||||
enableBackup<bool>(StoreKey.enableBackup, false),
|
||||
;
|
||||
|
||||
const Setting(this.storeKey, this.defaultValue);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue