We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9545a5e commit 144474fCopy full SHA for 144474f
scripts/save_song/save_song.gml
@@ -12,7 +12,7 @@ if ((!backup) && (fn = "" || filename_ext(filename) != ".nbs")) {
12
fn = string(get_save_filename_ext("Note Block Songs (*.nbs)|*.nbs", fsave, songfolder, "Save song"))
13
if (fn = "") return 0
14
}
15
-if (selected > 0) selection_place(0)
+if ((!backup) && (selected > 0)) selection_place(0)
16
17
if (backup) {
18
nbsver = nbs_version
0 commit comments