ingame/promotionalevents/keyboard/promotionalevents_keyboard.lua:253 -- self.trackedActivityRadioButtonGroup:SetSelectionChangedCallback(function(_, newControl, previousControl)
-- If there's a newControl, we'll toggle it on
-- If not, we want to toggle the previous control off
local controlToToggle = newControl and newControl or previousControl
local activityData = controlToToggle.parentObject.activityData
activityData:ToggleTracking()
end)