from retail
This commit is contained in:
@@ -468,7 +468,11 @@ local methods = {
|
||||
fullName = name
|
||||
end
|
||||
end
|
||||
editbox:Insert("[WeakAuras: "..fullName.." - "..self.data.id.."]");
|
||||
local url = ""
|
||||
if self.data.url then
|
||||
url = " ".. self.data.url
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user