hide unimplemented controls

This commit is contained in:
Nigel Garnett 2019-08-08 12:50:52 +00:00
parent 64cf7607dd
commit 8b6241d683

View File

@ -82,7 +82,7 @@ end
-------------------------------------
local function panel_code(pos,program)
return button(10,0,"vbots_gui_run.png","run",true)
..button(11,0,"vbots_gui_check.png","check")
--..button(11,0,"vbots_gui_check.png","check")
..button(12,0,"vbots_gui_load.png","load",true)
..button(13,0,"vbots_gui_save.png","save",true)
..highlight(10,0,4,1,"5","5","f")