Skip to content

Commit

Permalink
Bug Fix: Initilaise Icon to current tracking type (if any).
Browse files Browse the repository at this point in the history
  • Loading branch information
Linden-Ryuujin committed Sep 9, 2019
1 parent a41ae7f commit 6c8c77d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TrackingEye.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ function TrackingEye:OnInitialize()
LDBIcon:Register("TrackingEyeData", LDB, self.db.profile.minimap)
LDBIcon:GetMinimapButton("TrackingEyeData"):SetScale(1.13)

LDB.icon = GetTrackingTexture()

self:RegisterChatCommand("te", "MinimapButton_ToggleLock")
self:RegisterEvent("MINIMAP_UPDATE_TRACKING", "TrackingIcon_Updated")
end
Expand Down

0 comments on commit 6c8c77d

Please sign in to comment.