We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d91c1 commit fbf871aCopy full SHA for fbf871a
LibGetFrame-1.0.lua
@@ -1,5 +1,5 @@
1
local MAJOR_VERSION = "LibGetFrame-1.0"
2
-local MINOR_VERSION = 22
+local MINOR_VERSION = 23
3
if not LibStub then error(MAJOR_VERSION .. " requires LibStub.") end
4
local lib = LibStub:NewLibrary(MAJOR_VERSION, MINOR_VERSION)
5
if not lib then return end
@@ -187,6 +187,7 @@ local defaultOptions = {
187
ignoreFrames = {
188
"PitBull4_Frames_Target's target's target",
189
"ElvUF_PartyGroup%dUnitButton%dTarget",
190
+ "ElvUF_FocusTarget",
191
"RavenButton"
192
},
193
returnAll = false,
0 commit comments