Skip to content

Commit a820105

Browse files
committed
Fix Open With... and dnd file opening not working
1 parent 2000753 commit a820105

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/control_create/control_create.gml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ function control_create() {
687687
}
688688

689689
// File drop, etc.
690-
} else {
690+
} else if (string_replace(arg, " ", "") != "") {
691691
filename = arg;
692692
song_backupname = filename_name(filename);
693693
}

0 commit comments

Comments
 (0)