Weather - Minor fix (#7302)

This commit is contained in:
PabstMirror 2019-12-13 13:02:37 -06:00 committed by GitHub
parent 846b65864f
commit 20c7257ee1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,5 +35,5 @@ private _category = [format ["ACE %1", LLSTRING(Module_DisplayName)]];
[LSTRING(showCheckAirTemperature_DisplayName)],
_category,
true, // default value
false, // isGlobal
false // isGlobal
] call CBA_settings_fnc_init;