Filename | |
---|---|
Modules/Gestures/Gestures.lua |
diff --git a/Modules/Gestures/Gestures.lua b/Modules/Gestures/Gestures.lua index 0ca4e11..758b43c 100644 --- a/Modules/Gestures/Gestures.lua +++ b/Modules/Gestures/Gestures.lua @@ -100,10 +100,11 @@ end function mod:OnInitialize() self.db = StarTip.db:RegisterNamespace(self:GetName(), defaults) StarTip:SetOptionsDisabled(options, true) + self.core = StarTip.core --LibCore:New(mod, environment, "StarTip.Gestures", {["StarTip.Gestures"] = {}}, nil, StarTip.db.profile.errorLevel) end function mod:OnEnable() - self.core = LibCore:New(mod, environment, "StarTip.Gestures", {["StarTip.Gestures"] = {}}, nil, StarTip.db.profile.errorLevel) + StarTip:SetOptionsDisabled(options, false) self:CreateGestures() end