mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Reorder all client-side settings to the bottom
This commit is contained in:
parent
f5b2b7e6f0
commit
ba32e22239
@ -76,14 +76,6 @@ private _category = format ["ACE %1", localize LSTRING(DisplayName)];
|
||||
true // Needs mission restart
|
||||
] call CBA_fnc_addSetting;
|
||||
|
||||
[
|
||||
QGVAR(useLegacyUI), "CHECKBOX",
|
||||
[LSTRING(useLegacyUI_displayName), LSTRING(useLegacyUI_description)],
|
||||
_category,
|
||||
false,
|
||||
2
|
||||
] call CBA_fnc_addSetting;
|
||||
|
||||
[
|
||||
QGVAR(simplifiedZeroing), "CHECKBOX",
|
||||
[LSTRING(simplifiedZeroing_displayName), LSTRING(simplifiedZeroing_description)],
|
||||
@ -92,6 +84,14 @@ private _category = format ["ACE %1", localize LSTRING(DisplayName)];
|
||||
1
|
||||
] call CBA_fnc_addSetting;
|
||||
|
||||
[
|
||||
QGVAR(useLegacyUI), "CHECKBOX",
|
||||
[LSTRING(useLegacyUI_displayName), LSTRING(useLegacyUI_description)],
|
||||
_category,
|
||||
false,
|
||||
2
|
||||
] call CBA_fnc_addSetting;
|
||||
|
||||
[
|
||||
QGVAR(inScopeAdjustment), "CHECKBOX",
|
||||
LSTRING(inScopeAdjustment_displayName),
|
||||
|
Loading…
Reference in New Issue
Block a user