2 Commits

Author SHA1 Message Date
Dusk 8e14bb4698 Actualiser README.md 2026-09-18 06:30:45 +00:00
Dusk-92 fe4cbe488e Keep party frames hidden when raid frames are collapsed 2026-09-11 17:07:48 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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://github.com/Dusk-92/ShaguTweaks-ClassicAPI) — required**
- **[ShaguTweaks-ClassicAPI](https://octowow.st/git/Dusk/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.
+1 -1
View File
@@ -41,7 +41,7 @@ module.enable = function(self)
end
local function UpdatePartyFrames()
local active = raid:IsShown() and raid.cluster and raid.cluster:IsShown()
local active = raid:IsShown()
SetPartyFramesHidden(active and true or false)
end