Skip to content

Commit

Permalink
Altered the tray check meantioned in last comit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wutname1 committed Jul 25, 2018
1 parent 3fe6739 commit 612a0e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Modules/Style_War/Module-Artwork.lua
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,11 @@ function module:SetupVehicleUI()
function()
War_SpartanUI:Show()
Minimap:Show()
end
)
War_SpartanUI:HookScript(
'OnShow',
function()
module:trayWatcherEvents()
end
)
Expand Down

0 comments on commit 612a0e9

Please sign in to comment.