mirror of
https://github.com/immich-app/immich.git
synced 2025-01-04 10:56:47 +01:00
5 lines
60 B
Dart
5 lines
60 B
Dart
enum QuickFilterMode {
|
|
all,
|
|
sharedWithMe,
|
|
myAlbums,
|
|
}
|