Skip to content

Commit

Permalink
Pass the zoom setting to LibActionButton-1.0 to indicate the border s…
Browse files Browse the repository at this point in the history
…hould be hidden
  • Loading branch information
Nevcairiel committed Oct 26, 2022
1 parent 84f4c2a commit 481b7c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ActionBar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ function ActionBar:UpdateButtonConfig()
self.buttonConfig.hideElements.macro = self.config.hidemacrotext and true or false
self.buttonConfig.hideElements.hotkey = self.config.hidehotkey and true or false
self.buttonConfig.hideElements.equipped = self.config.hideequipped and true or false
self.buttonConfig.hideElements.border = self.config.skin.Zoom and true or false

self.buttonConfig.showGrid = self.config.showgrid
self.buttonConfig.clickOnDown = Bartender4.db.profile.onkeydown
Expand Down

0 comments on commit 481b7c9

Please sign in to comment.