mirror of
https://github.com/immich-app/immich.git
synced 2025-12-12 17:23:11 +03:00
feat(mobile): Improve timeline performance on mobile - experimental (#710)
This commit is contained in:
@@ -10,7 +10,8 @@ enum AppSettingsEnum<T> {
|
||||
storageIndicator<bool>("storageIndicator", true),
|
||||
thumbnailCacheSize<int>("thumbnailCacheSize", 10000),
|
||||
imageCacheSize<int>("imageCacheSize", 350),
|
||||
albumThumbnailCacheSize<int>("albumThumbnailCacheSize", 200);
|
||||
albumThumbnailCacheSize<int>("albumThumbnailCacheSize", 200),
|
||||
useExperimentalAssetGrid<bool>("useExperimentalAssetGrid", false);
|
||||
|
||||
const AppSettingsEnum(this.hiveKey, this.defaultValue);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user