Commit 409f624

Nick committed on
Make deflemask import button not visible in production
commit 409f6245295177dc2fc851c3b09a415a323bb04c parent 33f71c2
1 changed files +1−0
Modifiedtracker.pas +1−0
@@ -1444,6 +1444,7 @@ begin
1444 {$ifdef PRODUCTION} 1444 {$ifdef PRODUCTION}
1445 DebugButton.Visible := False; 1445 DebugButton.Visible := False;
1446 DebugPlayNoteButton.Visible := False; 1446 DebugPlayNoteButton.Visible := False;
1447 MenuItem41.Visible := False;
1447 {$endif} 1448 {$endif}
1448 1449
1449 // Load sample songs list 1450 // Load sample songs list