- Add task reward, notification, and rating events - Emit CAD assignment, request, and group updates - Route org and bank sync through event bus listeners
12 lines
322 B
Plaintext
12 lines
322 B
Plaintext
[
|
|
QGVAR(enableGenerator), "CHECKBOX",
|
|
[LSTRING(enableGenerator), LSTRING(enableGeneratorTooltip)],
|
|
_category, false, true
|
|
] call CBA_fnc_addSetting;
|
|
|
|
[
|
|
QGVAR(enableEventLogs), "CHECKBOX",
|
|
[LSTRING(enableEventLogs), LSTRING(enableEventLogsTooltip)],
|
|
_category, true, true
|
|
] call CBA_fnc_addSetting;
|