mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-22 15:46:56 +00:00
unitframes: do not autohide focus frame
This commit is contained in:
+1
-1
@@ -546,7 +546,7 @@ function pfUI.uf:RefreshUnit(unit, component)
|
||||
unit.lastUnit = UnitName(unit.label .. unit.id)
|
||||
end
|
||||
|
||||
if UnitName(unit.label .. unit.id) or (pfUI.gitter and pfUI.gitter:IsShown()) then
|
||||
if UnitName(unit.label .. unit.id) or (pfUI.gitter and pfUI.gitter:IsShown()) or unit.unitname then
|
||||
unit:Show() else unit:Hide()
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user