Skip to content

Commit

Permalink
actionbars: let rActionBar handle frameVisibility defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaildon committed Nov 25, 2020
1 parent 8e4ae8f commit d4aba62
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config.default/actionbars.lua
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ C["actionbars"] = {
buttonMargin = 7,
numCols = 1,
startPoint = "BOTTOMLEFT",
frameVisibility = "show",
mouseover = false,
},

Expand Down Expand Up @@ -117,7 +116,6 @@ C["actionbars"] = {
buttonMargin = 7,
numCols = 1,
startPoint = "BOTTOMLEFT",
frameVisibility = "show",
mouseover = false,
},

Expand All @@ -130,7 +128,6 @@ C["actionbars"] = {
buttonMargin = 7,
numCols = 1,
startPoint = "CENTER",
frameVisibility = "show",
mouseover = false,
},

Expand All @@ -156,7 +153,6 @@ C["actionbars"] = {
buttonMargin = 0,
numCols = 12,
startPoint = "LEFT",
frameVisibility = "show",
mouseover = true,
}
}

0 comments on commit d4aba62

Please sign in to comment.