Is there any way to suppress the "Select Destination" modal?
I have a Document Operation plugin that has a signature selection of 0 docs (i.e.: no documents need to be selected for it to run). If I don't have any folder selected on the left side panel, I get the following modal:
Is there a way to suppress that? The plugin always works with the local folder.
0
-
If you never return documents then you can override DocumentOperation.isDocumentGenerator() to return false from your DocumentOperation, then Geneious will never prompt for a location to store results.
0
Please sign in to leave a comment.
Comments
1 comment