e65a737a31
Moves addon files into a HideCoAUI subfolder (repo root now holds LICENSE/README for packaging), renames HideCoA.toc and the HideCoA.lua global table to HideCoAUI throughout, and fixes the ADDON_LOADED arg1 check accordingly. HideCoADB (SavedVariables) is left untouched to preserve existing user settings.
24 lines
638 B
Markdown
24 lines
638 B
Markdown
# HideCoAUI
|
|
|
|
A World of Warcraft 3.3.5 addon for Conquest of Azeroth (CoA) that lets you
|
|
hide its custom class-resource frames.
|
|
|
|
## Installation
|
|
|
|
Drop the `HideCoAUI` folder into your `Interface\AddOns` directory.
|
|
|
|
## Usage
|
|
|
|
Open the options panel from `Interface > AddOns > HideCoAUI`. It has two
|
|
subcategories:
|
|
|
|
- **Classes** — pick a class from the sidebar and toggle which frames are
|
|
hidden for it.
|
|
- **Character Override** — assign a profile to the currently logged
|
|
character, and optionally override its frame visibility independently of
|
|
the assigned profile's class settings.
|
|
|
|
## License
|
|
|
|
MIT — see [LICENSE](LICENSE).
|