General - Setting category cleanup (#8640)

* General - Setting category cleanup

- Localize ACE Uncategorized
- Add subcategories for everything in Uncategorized
- Put colors in subCategory (alphabetically last)
- Add extra info on ViewDistance settings descriptions
- Move all settings to initSettings.sqf

* Update initSettings.sqf
This commit is contained in:
PabstMirror
2021-10-30 16:42:47 -05:00
committed by GitHub
parent 7bc6fdfa66
commit 9c946727cc
32 changed files with 119 additions and 105 deletions

View File

@ -1,7 +1,9 @@
private _category = [LELSTRING(common,categoryUncategorized), LLSTRING(aceNews)];
[
QGVAR(showNewsOnMainMenu), "CHECKBOX",
LSTRING(showNewsOnMainMenu_name),
"ACE Uncategorized",
_category,
true,
0
] call CBA_fnc_addSetting;