Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8e14bb4698 | |||
| fe4cbe488e | |||
| 6b37727178 | |||
| 99be5ffc71 | |||
| 02b1ce13d2 |
@@ -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.
|
||||
|
||||
@@ -98,8 +98,8 @@ module.enable = function(self)
|
||||
latencyFrame:ClearAllPoints()
|
||||
|
||||
if _G.MinimapClock then
|
||||
fpsFrame:SetPoint("RIGHT", _G.MinimapClock, "LEFT", -2, 0)
|
||||
latencyFrame:SetPoint("LEFT", _G.MinimapClock, "RIGHT", 2, 0)
|
||||
fpsFrame:SetPoint("RIGHT", _G.MinimapClock, "LEFT", 2, 0)
|
||||
latencyFrame:SetPoint("LEFT", _G.MinimapClock, "RIGHT", -2, 0)
|
||||
else
|
||||
fpsFrame:SetPoint("BOTTOM", Minimap, "BOTTOM", -28, -25)
|
||||
latencyFrame:SetPoint("BOTTOM", Minimap, "BOTTOM", 28, -25)
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user