From 75696a0d1994de7fe3c6804c0096ae2d2aed5f02 Mon Sep 17 00:00:00 2001 From: Sattva Date: Sat, 20 May 2023 18:55:47 +0300 Subject: [PATCH] fix minimap button --- Leatrix_Plus.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Leatrix_Plus.lua b/Leatrix_Plus.lua index 2353d53..b7a38b2 100644 --- a/Leatrix_Plus.lua +++ b/Leatrix_Plus.lua @@ -8678,7 +8678,7 @@ elseif AuctionFrameAuctions.duration == 3 then AuctionsLongAuctionButton:SetChecked(true) end - +-- test -- Functions local function CreateAuctionCB(name, anchor, x, y, text) LeaPlusCB[name] = CreateFrame("CheckButton", nil, AuctionFrameAuctions, "OptionsCheckButtonTemplate")