mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
chore: make beta timeline the default (#21751)
* chore: make beta timeline the default * fix: logic * awaiting * refactor
This commit is contained in:
parent
9a5a3c0a1d
commit
2c7b980eed
13 changed files with 468 additions and 413 deletions
|
|
@ -76,7 +76,8 @@ enum StoreKey<T> {
|
|||
betaTimeline<bool>._(1002),
|
||||
enableBackup<bool>._(1003),
|
||||
useWifiForUploadVideos<bool>._(1004),
|
||||
useWifiForUploadPhotos<bool>._(1005);
|
||||
useWifiForUploadPhotos<bool>._(1005),
|
||||
needBetaMigration<bool>._(1006);
|
||||
|
||||
const StoreKey._(this.id);
|
||||
final int id;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue