Skip to content

Commit

Permalink
Remove alpha/beta code options
Browse files Browse the repository at this point in the history
  • Loading branch information
b-morgan committed May 15, 2021
1 parent 28d0853 commit f3dd165
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions UI/MainFrame.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2675,13 +2675,13 @@ end
--

local skillMenuSelection = {
--@alpha@
--[[
{
text = "skillMenuSelection",
isTitle = true,
notCheckable = true,
},
--@end-alpha@]=]
--]]
{
text = L["Select All"],
func = function() Skillet:SkillButton_SetAllSelections(true) Skillet:UpdateTradeSkillWindow() end,
Expand All @@ -2693,13 +2693,13 @@ local skillMenuSelection = {
}

local skillMenuGroup = {
--@alpha@
--[[
{
text = "skillMenuGroup",
isTitle = true,
notCheckable = true,
},
--@end-alpha@]=]
--]]
{
text = L["Empty Group"],
func = function() Skillet:SkillButton_NewGroup() end,
Expand All @@ -2711,13 +2711,13 @@ local skillMenuGroup = {
}

local skillMenuIgnore = {
--@alpha@
--[[
{
text = "skillMenuIgnore",
isTitle = true,
notCheckable = true,
},
--@end-alpha@]=]
--]]
{
text = L["Add Recipe to Ignored List"],
func = function()
Expand Down Expand Up @@ -2747,13 +2747,13 @@ local skillMenuIgnore = {
}

local skillMenuList = {
--@alpha@
--[[
{
text = "skillMenuList",
isTitle = true,
notCheckable = true,
},
--@end-alpha@]=]
--]]
{
text = L["New Group"],
hasArrow = true,
Expand Down Expand Up @@ -2794,13 +2794,13 @@ local skillMenuList = {
}

local skillMenuListLocked = {
--@alpha@
--[[
{
text = "skillMenuListLocked",
isTitle = true,
notCheckable = true,
},
--@end-alpha@]=]
--]]
{
text = L["Selection"],
hasArrow = true,
Expand All @@ -2823,13 +2823,13 @@ local skillMenuListLocked = {
}

local headerMenuList = {
--@alpha@
--[[
{
text = "headerMenuList",
isTitle = true,
notCheckable = true,
},
--@end-alpha@]=]
--]]
{
text = L["Rename Group"],
func = function() Skillet:SkillButton_NameEditEnable(Skillet.menuButton) end,
Expand Down Expand Up @@ -2864,13 +2864,13 @@ local headerMenuList = {
}

local headerMenuListLocked = {
--@alpha@
--[[
{
text = "headerMenuListLocked",
isTitle = true,
notCheckable = true,
},
--@end-alpha@]=]
--]]
{
text = L["Selection"],
hasArrow = true,
Expand All @@ -2883,13 +2883,13 @@ local headerMenuListLocked = {
}

local headerMenuListMainGroup = {
--@alpha@
--[[
{
text = "headerMenuListMainGroup",
isTitle = true,
notCheckable = true,
},
--@end-alpha@]=]
--]]
{
text = L["New Group"],
hasArrow = true,
Expand Down Expand Up @@ -2920,13 +2920,13 @@ local headerMenuListMainGroup = {
}

local headerMenuListMainGroupLocked = {
--@alpha@
--[[
{
text = "headerMenuListMainGroupLocked",
isTitle = true,
notCheckable = true,
},
--@end-alpha@]=]
--]]
{
text = L["Selection"],
hasArrow = true,
Expand Down

0 comments on commit f3dd165

Please sign in to comment.