Enable multi select for batch exporting
This commit is contained in:
parent
cc2e7df037
commit
b2abeba272
@ -67,6 +67,7 @@ namespace FirstPlugin
|
||||
public void BatchExport(object sender, EventArgs args)
|
||||
{
|
||||
OpenFileDialog ofd = new OpenFileDialog();
|
||||
ofd.Multiselect = true;
|
||||
ofd.Filter = "Supported Formats|*.bin";
|
||||
if (ofd.ShowDialog() != DialogResult.OK) return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user