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 |
local headerData = { }
headerData . titleTextAlignment = TEXT_ALIGN_CENTER
self : GetNamedChild ( "InteractKeybind" ) : SetText ( zo_strformat ( SI_GAMEPAD_DISCONNECTED_CONTINUE_TEXT , ZO_Keybindings_GetKeyText ( KEY_GAMEPAD_BUTTON_1 ) ) )
end
--There is no currently active profile, do not show the controller disconnected message.
return
end
local message
else
end
end
end |