1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-04 02:46:47 +01:00
immich/mobile/lib/models/albums/album_search.model.dart
2024-10-10 15:44:14 +07:00

5 lines
60 B
Dart

enum QuickFilterMode {
all,
sharedWithMe,
myAlbums,
}