Skip to content

Commit

Permalink
ignore elvui'focustarget frame
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuds committed Sep 25, 2020
1 parent 02d91c1 commit fbf871a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion LibGetFrame-1.0.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local MAJOR_VERSION = "LibGetFrame-1.0"
local MINOR_VERSION = 22
local MINOR_VERSION = 23
if not LibStub then error(MAJOR_VERSION .. " requires LibStub.") end
local lib = LibStub:NewLibrary(MAJOR_VERSION, MINOR_VERSION)
if not lib then return end
Expand Down Expand Up @@ -187,6 +187,7 @@ local defaultOptions = {
ignoreFrames = {
"PitBull4_Frames_Target's target's target",
"ElvUF_PartyGroup%dUnitButton%dTarget",
"ElvUF_FocusTarget",
"RavenButton"
},
returnAll = false,
Expand Down

0 comments on commit fbf871a

Please sign in to comment.