mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
Remove annoying invisible frame
This commit is contained in:
@@ -227,7 +227,7 @@ function UF:CheckFilter(name, caster, spellID, isFriend, isPlayer, isUnit, allow
|
||||
end
|
||||
|
||||
function UF:AuraBarFilter(unit, name, _, _, _, debuffType, duration, _, unitCaster, isStealable, _, spellID)
|
||||
if not self.db then return; end
|
||||
if not self.db then return end
|
||||
local db = self.db.aurabar
|
||||
|
||||
if not name then return nil end
|
||||
|
||||
Reference in New Issue
Block a user