mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Options Menu - Fix main-menu news setting not working (#9886)
This commit is contained in:
parent
cbb160c1e0
commit
9daf71edd0
@ -5,5 +5,9 @@ private _category = [LELSTRING(common,categoryUncategorized), LLSTRING(aceNews)]
|
|||||||
LSTRING(showNewsOnMainMenu_name),
|
LSTRING(showNewsOnMainMenu_name),
|
||||||
_category,
|
_category,
|
||||||
true,
|
true,
|
||||||
0
|
0,
|
||||||
|
{
|
||||||
|
if (!hasInterface) exitWith {};
|
||||||
|
profileNamespace setVariable [QGVAR(showNewsOnMainMenu), _this];
|
||||||
|
}
|
||||||
] call CBA_fnc_addSetting;
|
] call CBA_fnc_addSetting;
|
||||||
|
Loading…
Reference in New Issue
Block a user