Skip to content

Commit fbf871a

Browse files
committed
ignore elvui'focustarget frame
1 parent 02d91c1 commit fbf871a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

LibGetFrame-1.0.lua

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
local MAJOR_VERSION = "LibGetFrame-1.0"
2-
local MINOR_VERSION = 22
2+
local MINOR_VERSION = 23
33
if not LibStub then error(MAJOR_VERSION .. " requires LibStub.") end
44
local lib = LibStub:NewLibrary(MAJOR_VERSION, MINOR_VERSION)
55
if not lib then return end
@@ -187,6 +187,7 @@ local defaultOptions = {
187187
ignoreFrames = {
188188
"PitBull4_Frames_Target's target's target",
189189
"ElvUF_PartyGroup%dUnitButton%dTarget",
190+
"ElvUF_FocusTarget",
190191
"RavenButton"
191192
},
192193
returnAll = false,

0 commit comments

Comments
 (0)