mirror of
https://github.com/localsend/localsend.git
synced 2026-08-07 07:14:52 +00:00
6 lines
90 B
Dart
6 lines
90 B
Dart
enum QuickSaveMode {
|
|
off,
|
|
on,
|
|
paired, // only accept from favorites automatically
|
|
}
|