From cfaa09a541af6471295dc80b8fb3d9ed1f02fc80 Mon Sep 17 00:00:00 2001 From: Parnic Date: Wed, 1 Feb 2023 16:41:31 -0600 Subject: [PATCH] Expose Totems Hide Blizzard setting --- modules/Totems.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/Totems.lua b/modules/Totems.lua index 876807c..a1ff3f3 100644 --- a/modules/Totems.lua +++ b/modules/Totems.lua @@ -89,11 +89,11 @@ function Totems.prototype:GetOptions() end, order = 31 } ---[[ + opts["hideBlizz"] = { type = "toggle", name = L["Hide Blizzard Frame"], - desc = L["Hides Blizzard Rune frame and disables all events related to it"], + desc = L["Hides Blizzard frame and disables all events related to it.\n\nNOTE: Blizzard attaches this UI to the player's unitframe, so if you have that hidden in PlayerHealth, then this won't do anything."], get = function() return self.moduleSettings.hideBlizz end, @@ -110,7 +110,7 @@ function Totems.prototype:GetOptions() end, order = 32 } ---]] + opts["displayMode"] = { type = 'select', name = L["Totem orientation"],