1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-06 11:56:46 +01:00
immich/mobile/lib/models/albums/album_search.model.dart

6 lines
60 B
Dart
Raw Normal View History

2024-10-10 10:44:14 +02:00
enum QuickFilterMode {
all,
sharedWithMe,
myAlbums,
}