Skip to content

Commit

Permalink
Fix close button not showing
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudbells committed Jan 31, 2024
1 parent ec498d9 commit dc2fed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Interface/Main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ function ns:InitMainFrame()
local size = titleFrame:GetHeight() - 1
closeButton:SetSize(size, size)
local texture = closeButton:CreateTexture(nil, "ARTWORK")
texture:SetTexture("Interface/Addons/ClassicGuideMaker/Media/CloseButton")
texture:SetTexture("Interface/Addons/AutoLoggerClassic/Media/CloseButton")
texture:SetAllPoints()
closeButton.texture = texture
closeButton:SetPoint("TOPRIGHT")
Expand Down

0 comments on commit dc2fed6

Please sign in to comment.