Add files via upload

This commit is contained in:
totalllyswede
2025-11-25 07:07:57 -08:00
committed by GitHub
parent 733c7a026c
commit bf3d5bdd65
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -154,7 +154,7 @@ end
function MM_DropDown_InitButtons() function MM_DropDown_InitButtons()
local info = {}; local info = {};
info.text = MINIMAGE_LABEL_TITLE; info.text = "|cff00ff00"..MINIMAGE_LABEL_TITLE.."|r";
info.isTitle = 1; info.isTitle = 1;
info.justifyH = "CENTER"; info.justifyH = "CENTER";
info.notCheckable = 1; info.notCheckable = 1;
@@ -471,7 +471,6 @@ SlashCmdList["MINIMAGE"] = function(msg)
DEFAULT_CHAT_FRAME:AddMessage("/mmage help - Show this help") DEFAULT_CHAT_FRAME:AddMessage("/mmage help - Show this help")
DEFAULT_CHAT_FRAME:AddMessage("/mmage icon - Show/Hide minimap button") DEFAULT_CHAT_FRAME:AddMessage("/mmage icon - Show/Hide minimap button")
DEFAULT_CHAT_FRAME:AddMessage("/mmage reset - Reset addon saved options") DEFAULT_CHAT_FRAME:AddMessage("/mmage reset - Reset addon saved options")
DEFAULT_CHAT_FRAME:AddMessage("/mmage portals - Show/Hide portal in dropdown")
else else
DEFAULT_CHAT_FRAME:AddMessage("|cffff0000MiniMage: unknown command.|r") DEFAULT_CHAT_FRAME:AddMessage("|cffff0000MiniMage: unknown command.|r")
+1 -1
View File
@@ -22,7 +22,7 @@ MINIMAGE_BUTTON_TOOLTIP0 = "MiniMage";
MINIMAGE_BUTTON_TOOLTIP1 = "Left-click to open MiniMage Cast Menu."; MINIMAGE_BUTTON_TOOLTIP1 = "Left-click to open MiniMage Cast Menu.";
MINIMAGE_BUTTON_TOOLTIP2 = "Right-click and drag to move this button."; MINIMAGE_BUTTON_TOOLTIP2 = "Right-click and drag to move this button.";
MINIMAGE_LABEL_TITLE = "Select Destination"; MINIMAGE_LABEL_TITLE = "MiniMage";
MINIMAGE_LABEL_PORTAL = "Portal"; MINIMAGE_LABEL_PORTAL = "Portal";
MINIMAGE_LABEL_TELEPORT = "Teleport"; MINIMAGE_LABEL_TELEPORT = "Teleport";