Fix alot of bugs with switching profiles

This commit is contained in:
Hendrik Leppkes
2008-10-15 10:02:40 +02:00
parent 9b35e84ef7
commit b549507c73
8 changed files with 20 additions and 46 deletions
-6
View File
@@ -58,12 +58,6 @@ function MicroMenuMod:OnEnable()
self.bar:ApplyConfig(self.db.profile)
end
function MicroMenuMod:OnDisable()
if not self.bar then return end
self.bar:Disable()
self:ToggleOptions()
end
function MicroMenuMod:ApplyConfig()
self.bar:ApplyConfig(self.db.profile)
end