From 06f3161a5ad9e4464e9016774aa3bd68a15d285d Mon Sep 17 00:00:00 2001 From: VeryLoudMonstercat Date: Tue, 24 Dec 2019 14:45:22 -0500 Subject: [PATCH] Hide unimplemented tab from Settings (Autoexec) --- config/ui/settings.cfg | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/ui/settings.cfg b/config/ui/settings.cfg index 3e0da26f3..f38e26046 100644 --- a/config/ui/settings.cfg +++ b/config/ui/settings.cfg @@ -336,7 +336,7 @@ uimenu "settings" "Settings" "textures/icons/settings" [ 3 "Gameplay" [] 4 "Controls" [] 5 "User Interface" [] - 6 "Autoexec" [] + //6 "Autoexec" [] ] [ uiscroll 0.48 0.4 [ uialign -1 0 @@ -1131,11 +1131,11 @@ uimenu "settings" "Settings" "textures/icons/settings" [ ] ] - ] 6 [ //Autoexec Tab - uitablerow [ - uitext "Not implemented yet. ^nCheck again later!" - ] - ] + ]//6 [ //Autoexec Tab + //uitablerow [ + //uitext "Not implemented yet. ^nCheck again later!" + //] + //] ] ] ]