mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
invert reverted inverted
This commit is contained in:
parent
3d18374747
commit
e02516e5b5
@ -6,7 +6,7 @@ class Cfg3DEN {
|
||||
class Attributes {
|
||||
class GVAR(enable) {
|
||||
property = QGVAR(enable);
|
||||
control = "CheckboxInverted";
|
||||
control = "Checkbox";
|
||||
displayName = CSTRING(enable_name);
|
||||
tooltip = CSTRING(enable_tooltip);
|
||||
expression = QUOTE(if !(_value) then {_this setVariable [ARR_3('%s',_value,true)];};);
|
||||
|
Loading…
Reference in New Issue
Block a user