diff --git a/Libs/DF/fw.lua b/Libs/DF/fw.lua index 7bd6f4b5..f44023c4 100644 --- a/Libs/DF/fw.lua +++ b/Libs/DF/fw.lua @@ -1,6 +1,6 @@ -local dversion = 221 +local dversion = 222 local major, minor = "DetailsFramework-1.0", dversion local DF, oldminor = LibStub:NewLibrary (major, minor) @@ -2374,6 +2374,7 @@ DF.GlobalWidgetControlNames = { split_bar = "DF_SplitBarMetaFunctions", aura_tracker = "DF_AuraTracker", healthBar = "DF_healthBarMetaFunctions", + timebar = "DF_TimeBarMetaFunctions", } function DF:AddMemberForWidget (widgetName, memberType, memberName, func) diff --git a/Libs/DF/load.xml b/Libs/DF/load.xml index f3cb53be..0097e76d 100644 --- a/Libs/DF/load.xml +++ b/Libs/DF/load.xml @@ -12,6 +12,7 @@