From dc2fed6a0a777f34b81b116c9312911695e994e4 Mon Sep 17 00:00:00 2001 From: cloudbells Date: Wed, 31 Jan 2024 17:05:20 +0100 Subject: [PATCH] Fix close button not showing --- Interface/Main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Interface/Main.lua b/Interface/Main.lua index 4ac74a0..e48f006 100644 --- a/Interface/Main.lua +++ b/Interface/Main.lua @@ -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")