CasparLauncher icon indicating copy to clipboard operation
CasparLauncher copied to clipboard

Shouldn't add a new executable if the dialog is canceled

Open jcalado opened this issue 5 years ago • 1 comments

When canceling the "add executable" openfiledialog, we should not add an empty executable.

jcalado avatar Jan 26 '20 11:01 jcalado

The intention behind that is to allow custom and relative paths without using the OpenFileDialog. I think the dialog should not be displayed before adding. Showing that dialog before adding a new Executable is a way of avoiding extra steps but gets in the way if you just need to add many exes in a single relative folder.

rrebuffo avatar Mar 12 '20 19:03 rrebuffo