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:
shenlong
2025-06-26 07:58:17 +05:30
committed by GitHub
parent fda22c83b9
commit 24a4cba953
3 changed files with 12 additions and 8 deletions

View File

@@ -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,