View Single Post
10/04/23, 06:09 AM   #2
DakJaniels
AddOn Author - Click to view addons
Join Date: Mar 2021
Posts: 31
Originally Posted by Rex87 View Post
hi, I wanna hide this white chat bubble icon, it's part of the controller UI, personally I would just make blank texture and replace it to just hide it this way but sadly it's not as easy, I don't know how to code in Lua to create AddOn that does just that so I'm asking for help, I hope that it's possible to hide this icon permanently because it's really distracting and there are no option in game and in the config file that hides it, personally I like the simplistic Console UI and I prefer it over the PC UI so that's why I'm trying to hide it
Lua Code:
  1. ZO_GamepadTextChatChatBubble:SetAlpha(0)

hmm, doesn't stay if you tab out to another screen.

  Reply With Quote