Skip to content

Commit

Permalink
hide prototype feature
Browse files Browse the repository at this point in the history
  • Loading branch information
TannerShmoog committed Sep 20, 2022
1 parent 709e06a commit e40f9ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -1093,6 +1094,7 @@ local function BuildGroupieWindow()
end
end
end)
--]]

GroupieFrame:SetScale(addon.db.global.UIScale)
GroupieFrame:Show()
Expand Down

0 comments on commit e40f9ae

Please sign in to comment.