Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d7bd5719be | |||
| 3265066595 | |||
| 413e2ef525 |
@@ -9,7 +9,7 @@ Focused on **stability, compatibility and performance** while keeping the origin
|
||||
## 🔌 Requirements
|
||||
|
||||
- **[ClassicAPI](https://github.com/brues-code/ClassicAPI) — required**
|
||||
- **[ShaguTweaks-ClassicAPI](https://octowow.st/git/Dusk/ShaguTweaks-ClassicAPI) — required**
|
||||
- **[ShaguTweaks-ClassicAPI](https://github.com/Dusk-92/ShaguTweaks-ClassicAPI) — required**
|
||||
- **[SuperWoW](https://github.com/balakethelock/SuperWoW) — optional / recommended**
|
||||
|
||||
ClassicAPI is the main API layer. ShaguTweaks-ClassicAPI provides the shared `ShaguTweaks.API` bridge used by Extras. SuperWoW is optional and may be used by ShaguTweaks-ClassicAPI for additional cast/GUID information.
|
||||
|
||||
@@ -41,7 +41,7 @@ module.enable = function(self)
|
||||
end
|
||||
|
||||
local function UpdatePartyFrames()
|
||||
local active = raid:IsShown()
|
||||
local active = raid:IsShown() and raid.cluster and raid.cluster:IsShown()
|
||||
SetPartyFramesHidden(active and true or false)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user