This commit is contained in:
Thibault Deckers 2023-11-05 01:09:42 +01:00
parent af8089ec42
commit 70a76c4f56

View file

@ -28,6 +28,8 @@ class ViewerActionEditorPage extends StatelessWidget {
], ],
[ [
...EntryActions.export, ...EntryActions.export,
],
[
...EntryActions.video.whereNot((v) => v == EntryAction.videoSettings), ...EntryActions.video.whereNot((v) => v == EntryAction.videoSettings),
], ],
EntryActions.commonMetadataActions, EntryActions.commonMetadataActions,