mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-10 21:38:04 -05:00
showInputDialog
This commit is contained in:
parent
84d728a45b
commit
5f49f53ec3
@ -564,7 +564,7 @@ public abstract class ScriptShellBaseClass extends Script {
|
||||
return (RenameAction) DefaultTypeTransformation.castToType(obj, RenameAction.class);
|
||||
}
|
||||
|
||||
public <T> T getUserChoice(Collection<T> options, String title, String message) throws Exception {
|
||||
public <T> T showInputDialog(Collection<T> options, String title, String message) throws Exception {
|
||||
if (options.isEmpty()) {
|
||||
return null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user