You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/draw_window_midi_import/draw_window_midi_import.gml
+1-1
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ function draw_window_midi_import() {
34
34
} else {
35
35
if (draw_switch(x1 + 12, y1 + 374, w_midi_remember, "Remember changes", "Whether to use these settings the\nnext time you import a MIDI file.") && wmenu = 0) w_midi_remember=!w_midi_remember
0 commit comments