add DummyPRDFrame, multiple Prototype Load Functions, Fix queued function in loginQueue, Refactor unit check and awesome detection
This commit is contained in:
@@ -373,12 +373,12 @@ local anchorers = {
|
||||
found = true
|
||||
end
|
||||
end
|
||||
--if not found and WeakAuras.IsOptionsOpen() and regionData.region.state then
|
||||
-- Private.ensurePRDFrame()
|
||||
-- Private.personalRessourceDisplayFrame:anchorFrame(regionData.region.state.id, "NAMEPLATE")
|
||||
-- frames[Private.personalRessourceDisplayFrame] = frames[Private.personalRessourceDisplayFrame] or {}
|
||||
-- tinsert(frames[Private.personalRessourceDisplayFrame], regionData)
|
||||
--end
|
||||
if not found and WeakAuras.IsOptionsOpen() and regionData.region.state then
|
||||
Private.ensurePRDFrame()
|
||||
Private.personalRessourceDisplayFrame:anchorFrame(regionData.region.state.id, "NAMEPLATE")
|
||||
frames[Private.personalRessourceDisplayFrame] = frames[Private.personalRessourceDisplayFrame] or {}
|
||||
tinsert(frames[Private.personalRessourceDisplayFrame], regionData)
|
||||
end
|
||||
end
|
||||
end
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user