temp disable progresstexture

This commit is contained in:
Bunny67
2020-06-17 18:24:08 +03:00
parent a0d3688c7e
commit 9ecafcdc4b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1393,4 +1393,4 @@ local function modify(parent, region, data)
WeakAuras.regionPrototype.modifyFinish(parent, region, data); WeakAuras.regionPrototype.modifyFinish(parent, region, data);
end end
WeakAuras.RegisterRegionType("progresstexture", create, modify, default, GetProperties); --WeakAuras.RegisterRegionType("progresstexture", create, modify, default, GetProperties);
@@ -816,4 +816,4 @@ local function GetAnchors(data)
return WeakAuras.default_types_for_anchor return WeakAuras.default_types_for_anchor
end end
WeakAuras.RegisterRegionOptions("progresstexture", createOptions, createIcon, L["Progress Texture"], createThumbnail, modifyThumbnail, L["Shows a texture that changes based on duration"], templates, GetAnchors); --WeakAuras.RegisterRegionOptions("progresstexture", createOptions, createIcon, L["Progress Texture"], createThumbnail, modifyThumbnail, L["Shows a texture that changes based on duration"], templates, GetAnchors);