from retail

This commit is contained in:
NoM0Re
2025-01-19 16:02:00 +01:00
parent 87c681b2f3
commit a643b275ba
11 changed files with 150 additions and 66 deletions
@@ -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