mirror of
https://github.com/trebonian/visual6502.git
synced 2024-12-22 12:29:20 +00:00
use expertMode to suppress loglist actions in kiosk mode
This commit is contained in:
parent
678acd6dc5
commit
369a188ad9
@ -52,7 +52,7 @@ var drawlayers = [true, true, true, true, true, true];
|
||||
|
||||
// some modes and parameters which can be passed in from the URL query
|
||||
var moveHereFirst;
|
||||
var expertMode=false
|
||||
var expertMode=true;
|
||||
var animateChipLayout = true;
|
||||
var userCode=[];
|
||||
var userResetLow;
|
||||
|
Loading…
Reference in New Issue
Block a user