aves/lib/model/actions/collection_actions.dart
Thibault Deckers a47d82ebfc l10n
2021-03-09 12:36:49 +09:00

13 lines
163 B
Dart

enum CollectionAction {
addShortcut,
sort,
group,
select,
selectAll,
selectNone,
stats,
// apply to entry set
copy,
move,
refreshMetadata,
}