from retail

This commit is contained in:
NoM0Re
2025-01-17 17:37:35 +01:00
parent f970df8eab
commit 89a247addb
21 changed files with 81 additions and 45 deletions
+5 -1
View File
@@ -244,4 +244,8 @@ local templates = {
},
}
WeakAuras.RegisterRegionOptions("texture", createOptions, createIcon, L["Texture"], createThumbnail, modifyThumbnail, L["Shows a custom texture"], templates);
OptionsPrivate.registerRegions = OptionsPrivate.registerRegions or {}
table.insert(OptionsPrivate.registerRegions, function()
OptionsPrivate.Private.RegisterRegionOptions("texture", createOptions, createIcon, L["Texture"], createThumbnail, modifyThumbnail,
L["Shows a custom texture"], templates);
end)