Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
ls- committed Nov 17, 2022
2 parents 6e7937b + 92058c3 commit 3dbcf91
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ Feel free to add and/or review translations on [Curse](https://www.curseforge.co
**`Q:`** How do I move and/or resize the chat frame?
**`A:`** Use "Edit Mode". There's a tiny triangle in the bottom right corner of the "Chat Frame" mover that's used for resizing. Hopefully, Blizz will change it to something more noticeable in the future.

**`Q:`** Does this addon support Classic WotLK?
**`A:`** No? Maybe? Idk. I only play retail WoW, so I'm not familiar with what's going on in other versions code-wise. I have no plans to support an addon for the version of the game I don't even play.

**`Q:`** I used Addons CPU Usage and saw big numbers? What's going on?
**`A:`** Simply put, WoW chat is insanely inefficient and slow. Without going into technicalities, simply scrolling through the chat history is more CPU intensive than, let's say, idling of an entire addon like ElvUI, and that beast does a lot. Other chat addons get smaller numbers because they don't replace the chat output, everything is still displayed via the default scrolling frame, however, LS: Glass replaces that. That's why all the CPU time spent on scrolling is attributed to it instead of being hidden from your eyes. That said, I do disable all of that on the default chat frames, so you don't get hit by the double whammy.

## License

Please see [LICENSE](https://github.com/ls-/ls_Glass/blob/master/LICENSE.txt) file.

0 comments on commit 3dbcf91

Please sign in to comment.