rrebuffo / CasparLauncher

Frontend app for CasparCG Server
GNU General Public License v3.0
28 stars 3 forks source link

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

Open jcalado opened 4 years ago

jcalado commented 4 years ago

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

rrebuffo commented 4 years ago

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.