#711 viewer: added external export actions to available quick actions

This commit is contained in:
Thibault Deckers 2023-08-19 23:34:35 +02:00
parent 7f4aac2ca7
commit 7b30c7235b
2 changed files with 2 additions and 1 deletions

View file

@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
- support for animated AVIF (requires rescan) - support for animated AVIF (requires rescan)
- Collection: filtering by rating range - Collection: filtering by rating range
- Viewer: optionally show histogram on overlay - Viewer: optionally show histogram on overlay
- Viewer: external export actions available as quick actions
- About: data usage - About: data usage
### Changed ### Changed

View file

@ -27,7 +27,7 @@ class ViewerActionEditorPage extends StatelessWidget {
EntryAction.flip, EntryAction.flip,
], ],
[ [
...EntryActions.exportInternal, ...EntryActions.export,
...EntryActions.video.whereNot((v) => v == EntryAction.videoSettings), ...EntryActions.video.whereNot((v) => v == EntryAction.videoSettings),
], ],
EntryActions.commonMetadataActions, EntryActions.commonMetadataActions,