sitecase please open template/gk_simplicity/lib/menu/GKHandheld.php , search
$list = @$children[$ptr] ? $children[$ptr] : array();
and add the code below
$menuParams = $v->getParams();
$v->gkparams = $gkparams = new CMSObject(json_decode($menuParams));
$menu_show = $gkparams->get('menu_show',1 ); // from J3.7.x
if ($menu_show==0) continue;