From e40f9ae3dee5f2811bb705e5e0bf38ca33f2e643 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 19 Sep 2022 19:50:36 -0600 Subject: [PATCH] hide prototype feature --- Core.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Core.lua b/Core.lua index 68eb1c0..9b9ee53 100644 --- a/Core.lua +++ b/Core.lua @@ -1044,6 +1044,7 @@ local function BuildGroupieWindow() ------------- --Statusbar-- ------------- + --[[ May be useful in building the group builder tool later local status = CreateFrame("Frame", nil, GroupieFrame) status:SetPoint("TOPLEFT", GroupieFrame.Bg, "BOTTOMLEFT", 5, 30) status:SetPoint("BOTTOMRIGHT", -10, 5) @@ -1093,6 +1094,7 @@ local function BuildGroupieWindow() end end end) + --]] GroupieFrame:SetScale(addon.db.global.UIScale) GroupieFrame:Show()