mirror of
https://github.com/immich-app/immich.git
synced 2025-12-20 17:25:35 +03:00
feat: add toggle to switch between Isar and Sqlite (#19953)
This commit is contained in:
@@ -90,6 +90,7 @@ enum AppSettingsEnum<T> {
|
||||
null,
|
||||
true,
|
||||
),
|
||||
betaTimeline<bool>(StoreKey.betaTimeline, null, false),
|
||||
;
|
||||
|
||||
const AppSettingsEnum(this.storeKey, this.hiveKey, this.defaultValue);
|
||||
|
||||
Reference in New Issue
Block a user