# HG changeset patch # User madcatzinc@35b17cf1-18cd-47ff-9ca3-31d6b526ef09 # Date 1367623456 0 # Node ID 4b9e27be9c68c574931ab93b89ccbb923003b78b # Parent da98db8191f55fde6a6f3e5f7204fc2fd8ce3bcf A right click on the minimap icon will open the options. diff -r da98db8191f5 -r 4b9e27be9c68 OpenButtonPage.xml --- a/OpenButtonPage.xml Fri May 03 23:24:11 2013 +0000 +++ b/OpenButtonPage.xml Fri May 03 23:24:16 2013 +0000 @@ -121,9 +121,13 @@ - CyborgMMO_Toggle() - if not CyborgMMO_IsOpen() then - CyborgMMO_RatQuickPage:Show() + if button == "RightButton" then + InterfaceOptionsFrame_OpenToCategory(CyborgMMO_OptionPage) + else + CyborgMMO_Toggle() + if not CyborgMMO_IsOpen() then + CyborgMMO_RatQuickPage:Show() + end end