diff --git a/Modules/SquareMinimapButtons.lua b/Modules/SquareMinimapButtons.lua index 0f31af10dfd31df58b1091483507f29462ed9b14..572bdb48c964703bd3599bd686922261f329f52e 100644 --- a/Modules/SquareMinimapButtons.lua +++ b/Modules/SquareMinimapButtons.lua @@ -503,7 +503,7 @@ function SMB:GrabMinimapButtons() end function SMB:Update() - if not SMB.db.BarEnabled then return end + if not SMB.db.BarEnabled or not SMB.db.Enable then return end local AnchorX, AnchorY = 0, 1 local ButtonsPerRow = SMB.db.ButtonsPerRow or 12