Fixed initial positions for all bars
This commit is contained in:
+2
-2
@@ -72,8 +72,8 @@ MicroMenuBar.vpad_offset = -21
|
||||
function MicroMenuBar:ApplyConfig(config)
|
||||
ButtonBar.ApplyConfig(self, config)
|
||||
|
||||
if not self.config.position then
|
||||
self:ClearSetPoint("CENTER", -105, 27)
|
||||
if not self.config.position.x then
|
||||
self:ClearSetPoint("CENTER", -105, 30)
|
||||
self:SavePosition()
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user