View Single Post
10/05/23, 01:10 PM   #8
Rex87
Join Date: Oct 2023
Posts: 6
it works, it's not showing up at all but this creates some issues in other parts of the UI
Code:
local function OnAddonLoaded(event, name)
   if name == "GamepadChatIconBegone" then
       EVENT_MANAGER:UnregisterForEvent("GamepadChatIconBegone", EVENT_ADD_ON_LOADED)
 
     RedirectTexture("EsoUI/Art/HUD/Gamepad/gp_HUDNotification_notification.dds", "")
   end
 end
EVENT_MANAGER:RegisterForEvent("GamepadChatIconBegone", EVENT_ADD_ON_LOADED, OnAddonLoaded)
is there way to just replace this texture with blank texture? maybe this way it will be finally hidden, this shouldn't make other things invisible like that too
Attached Thumbnails
Click image for larger version

Name:	invisible.jpg
Views:	207
Size:	426.6 KB
ID:	1628  
  Reply With Quote