This commit is contained in:
Bunny67
2020-09-14 10:12:22 +03:00
parent 6c3f9d925e
commit 0f4f16b6f0
71 changed files with 2302 additions and 2431 deletions
+3 -3
View File
@@ -3,7 +3,7 @@ local AddonName, OptionsPrivate = ...
local L = WeakAuras.L
function WeakAuras.GetInformationOptions(data)
function OptionsPrivate.GetInformationOptions(data)
local isGroup = data.controlledChildren
local isTmpGroup = type(data.id) == "table"
@@ -35,7 +35,7 @@ function WeakAuras.GetInformationOptions(data)
if data.id ~= newid and not WeakAuras.GetData(newid) then
local oldid = data.id
WeakAuras.Rename(data, newid);
WeakAuras.HandleRename(data, oldid, newid)
OptionsPrivate.HandleRename(data, oldid, newid)
end
end
}
@@ -85,7 +85,7 @@ function WeakAuras.GetInformationOptions(data)
local childData = WeakAuras.GetData(childId)
childData.url = v
WeakAuras.Add(childData)
WeakAuras.ClearOptions(childData.id)
OptionsPrivate.ClearOptions(childData.id)
end
end