Flatten repo layout, drop nested HideCoAUI subfolder
The addon folder is now the repo root, so installers rename the extracted archive to HideCoAUI instead of finding a subfolder already named that.
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
.claude/settings.local.json
|
||||||
@@ -32,6 +32,7 @@ HideCoAUI.FRAMES = {
|
|||||||
"CoAResourceBar",
|
"CoAResourceBar",
|
||||||
"CoAMultiCastActionBarFrame",
|
"CoAMultiCastActionBarFrame",
|
||||||
-- "CoASpellActivationOverlay", -- found via full frame scan, deliberately left without a checkbox
|
-- "CoASpellActivationOverlay", -- found via full frame scan, deliberately left without a checkbox
|
||||||
|
-- "ExtraActionBar",
|
||||||
}
|
}
|
||||||
|
|
||||||
HideCoAUI.FRAME_DISPLAY_NAMES = {
|
HideCoAUI.FRAME_DISPLAY_NAMES = {
|
||||||
@@ -39,6 +40,9 @@ HideCoAUI.FRAME_DISPLAY_NAMES = {
|
|||||||
CoAResourceSegmentBar = "Ember Gauge",
|
CoAResourceSegmentBar = "Ember Gauge",
|
||||||
CoAResourceBar = "Heat Gauge",
|
CoAResourceBar = "Heat Gauge",
|
||||||
},
|
},
|
||||||
|
CULTIST = {
|
||||||
|
CoAResourceOrb = "Insanity",
|
||||||
|
},
|
||||||
PROPHET = {
|
PROPHET = {
|
||||||
CoAResourceSegmentBar = "Brood Marks",
|
CoAResourceSegmentBar = "Brood Marks",
|
||||||
},
|
},
|
||||||
@@ -7,8 +7,8 @@ The addon is early in development, and most frames have a generic name or aren't
|
|||||||
|
|
||||||
[Download here](https://github.com/Narcasung/hide-coa-ui/archive/refs/heads/master.zip).
|
[Download here](https://github.com/Narcasung/hide-coa-ui/archive/refs/heads/master.zip).
|
||||||
|
|
||||||
Extract the archive, then drop the `HideCoAUI` subfolder into your
|
Extract the archive, rename the extracted folder to `HideCoAUI`, then drop it
|
||||||
`Interface\AddOns` directory.
|
into your `Interface\AddOns` directory.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user