mirror of
https://github.com/immich-app/immich.git
synced 2025-04-02 14:16:26 +02:00
5 lines
60 B
Dart
5 lines
60 B
Dart
enum QuickFilterMode {
|
|
all,
|
|
sharedWithMe,
|
|
myAlbums,
|
|
}
|