More minimap button fixes (#20)

* fix middle button on click map

* fix pvp buttons
This commit is contained in:
fxpw(Toxa)
2023-01-03 03:59:33 +03:00
committed by GitHub
parent 858706bac0
commit 37252b52e0
+9 -9
View File
@@ -85,23 +85,23 @@ local menuList = {
text = PLAYER_V_PLAYER,
notCheckable = 1,
func = function()
ToggleFrame(PVPParentFrame)
ToggleFrame(AscensionLFGFrame)
end
},
{
text = LFG_TITLE,
notCheckable = 1,
func = function()
ToggleFrame(LFDParentFrame)
end
},
{
text = LOOKING_FOR_RAID,
notCheckable = 1,
func = function()
ToggleFrame(LFRParentFrame)
ToggleFrame(AscensionLFGFrame)
end
},
-- {
-- text = LOOKING_FOR_RAID,
-- notCheckable = 1,
-- func = function()
-- ToggleFrame(LFRParentFrame)
-- end
-- },
{
text = MAINMENU_BUTTON,
notCheckable = 1,