diff --git a/WeakAurasOptions/AceGUI-Widgets/AceGUIWidget-WeakAurasDisplayButton.lua b/WeakAurasOptions/AceGUI-Widgets/AceGUIWidget-WeakAurasDisplayButton.lua index 65c3dd8e01..f594d70d2e 100644 --- a/WeakAurasOptions/AceGUI-Widgets/AceGUIWidget-WeakAurasDisplayButton.lua +++ b/WeakAurasOptions/AceGUI-Widgets/AceGUIWidget-WeakAurasDisplayButton.lua @@ -488,11 +488,17 @@ local methods = { fullName = name end end - local url = "" - if self.data.url then - url = " ".. self.data.url + + if GetCurrentRegion() ~= 5 then + local url = "" + if self.data.url then + url = " ".. self.data.url + end + editbox:Insert("[WeakAuras: "..fullName.." - "..self.data.id.."]"..url) + else + editbox:Insert("[WeakAuras: "..fullName.." - "..self.data.id.."]") end - editbox:Insert("[WeakAuras: "..fullName.." - "..self.data.id.."]"..url) + OptionsPrivate.Private.linked = OptionsPrivate.Private.linked or {} OptionsPrivate.Private.linked[self.data.id] = GetTime() elseif not self.data.controlledChildren then