Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with Chatter and Chat #37

Open
dallyh opened this issue Jun 13, 2014 · 1 comment
Open

Issues with Chatter and Chat #37

dallyh opened this issue Jun 13, 2014 · 1 comment

Comments

@dallyh
Copy link

dallyh commented Jun 13, 2014

When using Chatter with this UI, I can't set Focus. Also I had to delete chat.lua from Scripts to make chat background settings work (don't know if this is working as intended).

@mihawk90
Copy link

I know this is quite old but since I had a similar issue...

There is no need to delete the whole file. Removing or commenting out

for j = 1, #CHAT_FRAME_TEXTURES do
_G[f..CHAT_FRAME_TEXTURES[j]]:SetTexture(nil)
end
is enough.

I don't know why this code is there in the first place. I don't really see a reason to deny the background option. If a user doesn't want the background it can just be set manually without any addon... I for myself like having a bit of background on the chat.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants