Minimap - Show clock on mouseover final
This commit is contained in:
parent
6adc0427c1
commit
b79f55eb04
1 changed files with 11 additions and 1 deletions
|
|
@ -5954,8 +5954,18 @@ function LeaPlusLC:Player()
|
|||
"poiWorldMapPOIFrame",
|
||||
"WorldMapPOIFrame",
|
||||
"QuestMapPOI",
|
||||
"pfMiniMapPin"
|
||||
"pfMiniMapPin",
|
||||
-- Add TimeManagerClockButton based on ClockMouseover option
|
||||
LeaPlusLC["ClockMouseover"] == "Off" and "TimeManagerClockButton" or nil
|
||||
}
|
||||
|
||||
-- Remove nil values from the keepVisible table
|
||||
for i = #keepVisible, 1, -1 do
|
||||
if not keepVisible[i] then
|
||||
table.remove(keepVisible, i)
|
||||
end
|
||||
end
|
||||
|
||||
if searchStr == "" then
|
||||
-- Set alpha of all buttons to 0 if MiniExcludeList is empty
|
||||
for _, button in pairs(minimapButtons) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue