mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
5aa715689b
Co-authored-by: jonpas <jonpas33@gmail.com>
10 lines
223 B
Plaintext
10 lines
223 B
Plaintext
if (productVersion select 4 == 'Development') then {
|
|
[
|
|
QGVAR(devWatermark),
|
|
"CHECKBOX",
|
|
LSTRING(devWatermark),
|
|
"ACE " + LLSTRING(Category),
|
|
true
|
|
] call CBA_fnc_addSetting;
|
|
};
|