1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
local headerData =
{
titleTextAlignment = TEXT_ALIGN_CENTER ,
}
ZO_KeybindButtonTemplate_Setup ( interactKeybindControl , "DIALOG_PRIMARY" , ZO_ControllerDisconnect_DismissPopup , GetString ( SI_GAMEPAD_DISCONNECTED_CONTINUE_TEXT ) )
end
--There is no currently active profile, do not show the controller disconnected message.
return
end
local message
else
end
end
end |