mirror of
https://github.com/immich-app/immich.git
synced 2026-03-09 11:47:27 +03:00
fix: enable photo manager custom filter by default (#19520)
enable photo manager custom filter by default Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
@@ -14,7 +14,7 @@ class AlbumMediaRepository {
|
||||
const AlbumMediaRepository();
|
||||
|
||||
bool get useCustomFilter =>
|
||||
Store.get(StoreKey.photoManagerCustomFilter, false);
|
||||
Store.get(StoreKey.photoManagerCustomFilter, true);
|
||||
|
||||
FilterOptionGroup? _getAlbumFilter({
|
||||
DateTimeCond? updateTimeCond,
|
||||
|
||||
Reference in New Issue
Block a user