Skip to content

Commit

Permalink
add back this
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Jul 12, 2024
1 parent 0b50cce commit b750322
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frames/window_main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6096,9 +6096,9 @@ local build_mode_list = function(self, deltaTime)
gameCooltip:AddMenu(1, function() instance:SetMode(2) end)
gameCooltip:AddIcon([[Interface\AddOns\Details\images\modo_icones]], 1, 1, 20, 20, 32/256, 32/256*2, 0, 1)

--gameCooltip:AddLine(Loc["STRING_MODE_ALL"])
--gameCooltip:AddMenu(1, function() instance:SetMode(3) end)
--gameCooltip:AddIcon([[Interface\AddOns\Details\images\modo_icones]], 1, 1, 20, 20, 32/256*2, 32/256*3, 0, 1)
gameCooltip:AddLine(Loc["STRING_MODE_ALL"])
gameCooltip:AddMenu(1, function() instance:SetMode(3) end)
gameCooltip:AddIcon([[Interface\AddOns\Details\images\modo_icones]], 1, 1, 20, 20, 32/256*2, 32/256*3, 0, 1)

gameCooltip:AddLine(Loc["STRING_OPTIONS_PLUGINS"])
gameCooltip:AddMenu(1, function() instance:SetMode(4) end)
Expand Down

0 comments on commit b750322

Please sign in to comment.