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

Chat panels return to position on logout after removal #16

Closed
dikdigguh opened this issue Aug 3, 2016 · 2 comments
Closed

Chat panels return to position on logout after removal #16

dikdigguh opened this issue Aug 3, 2016 · 2 comments

Comments

@dikdigguh
Copy link

dikdigguh commented Aug 3, 2016

One issue I face is that I like to remove the Loot & Spam chat box. If I remove or move the chat box upon client reload the chat frame will return to it's original dock location. I know this is a feature (and a great one at that, but I would love to have an option to turn it off.

My workaround was to comment lines 188-191 out in the chat.lua module:

-- set position of Loot & Spam

-- if not ChatFrame3.isDocked == 1 or not ChatFrame3:IsShown() then
-- FCF_OpenNewWindow("Loot & Spam")
-- end

Love the UI btw and have been using it avidly for months!

@dikdigguh dikdigguh changed the title All Chat panels return to position on logout after removal Aug 3, 2016
@dikdigguh
Copy link
Author

I saw you are integrating DPSMate in the right-panel... That's exactly what I was hoping for.

I could kiss you Shagu!

@shagu
Copy link
Owner

shagu commented Sep 18, 2016

I believe this issue is resolved by my latest commits.
Chat will only be initialized once per character.
To reinitialize the chat, a "reset chat" button has been added to /pfui menu.

@shagu shagu closed this as completed Sep 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants