Mortalknight / GW2_UI

g
79 stars 39 forks source link

Add an option for hiding the chat edit box #127

Closed adamk33n3r closed 3 years ago

adamk33n3r commented 3 years ago

Also fixes some bugs in the player flag section, there was a typo and the flags weren't working. idk what version of ChatFrame.lua you copied from but it seems like the variables you were trying to use, "CHATCHANNELRULESET_MENTOR" doesn't exist and it should be "Enum.ChatChannelRuleset.Mentor". Also, it looked like you were using the wrong values for the ChatFrame_GetMentorChannelStatus function and comparison.

Nils89 commented 3 years ago

Thanks, look like I had an old version.

Good new setting.

Will Move it to the new chat settings page. 👍

adamk33n3r commented 3 years ago

Cool. Thanks, ya I originally just added it to my working build, which doesn't have the new chat stuff yet, so I wasn't sure where you would want this. But I thought it'd be nice to have that option since that's how the vanilla UI works and it was bothering me a little bit when I would unfocus that I couldn't still see it. By the way, really excited for those new chat settings :D

If you want me to move it to the new chat settings I can do that