mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
hide by default
This commit is contained in:
parent
2dbc4993d8
commit
aef3073ee8
@ -2,6 +2,6 @@ class CfgActions {
|
|||||||
class None;
|
class None;
|
||||||
class Eject: None {
|
class Eject: None {
|
||||||
show = QUOTE(call compile getText (configFile >> 'CfgActions' >> 'Eject' >> 'GVAR(setting)'));
|
show = QUOTE(call compile getText (configFile >> 'CfgActions' >> 'Eject' >> 'GVAR(setting)'));
|
||||||
GVAR(setting) = QUOTE(profileNamespace getVariable [ARR_2('GVAR(showEjectAction)',1)]);
|
GVAR(setting) = QUOTE(profileNamespace getVariable [ARR_2('GVAR(showEjectAction)',0)]);
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -11,7 +11,7 @@ PREP_RECOMPILE_END;
|
|||||||
"CHECKBOX",
|
"CHECKBOX",
|
||||||
[LSTRING(HideEjectAction), LSTRING(HideEjectActionTooltip)],
|
[LSTRING(HideEjectAction), LSTRING(HideEjectActionTooltip)],
|
||||||
ELSTRING(common,ACEKeybindCategoryVehicles),
|
ELSTRING(common,ACEKeybindCategoryVehicles),
|
||||||
false,
|
true,
|
||||||
2, {
|
2, {
|
||||||
profileNamespace setVariable [QGVAR(showEjectAction), parseNumber !_this];
|
profileNamespace setVariable [QGVAR(showEjectAction), parseNumber !_this];
|
||||||
saveProfileNamespace;
|
saveProfileNamespace;
|
||||||
|
Loading…
Reference in New Issue
Block a user