mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Disable unused buttons
This commit is contained in:
parent
8064253a4d
commit
50bdc1d4c7
@ -35,3 +35,9 @@ GVAR(clientSideColors) = [];
|
||||
|
||||
//Delay a frame
|
||||
[{ [MENU_TAB_OPTIONS] call FUNC(onListBoxShowSelectionChanged) }, []] call EFUNC(common,execNextFrame);
|
||||
|
||||
private "_menu";
|
||||
disableSerialization;
|
||||
_menu = uiNamespace getvariable "ACE_settingsMenu";
|
||||
(_menu displayCtrl 1002) ctrlEnable false;
|
||||
(_menu displayCtrl 1003) ctrlEnable false;
|
||||
|
Loading…
Reference in New Issue
Block a user