Cosmetic issue when quest log is empty
kaldonir opened this issue · 2 comments
When the quest log is empty, the official UI shows "No quests available - Accept quests by talking to characters with a ! above their head."
This interferes with the list of world quests:
This text can be manually hidden / shown by calling QuestScrollFrame.EmptyText:Hide()
, and Show()
respectively.
I tried hooking QuestScrollFrame.EmptyText:Hide()
to AngrierWorldQuestsHeader
's OnShow
Event, but that didn't work. Any hints where I'd need to implement this? Then I can maybe open a PR.