Modules/ActionBars: Default micro bar enabled, put fully in top left. (#24)

People have trouble opening tickets if this is disabled by default.
This commit is contained in:
Andrew
2023-01-07 03:52:40 -07:00
committed by GitHub
parent c5105c5353
commit 5433613833
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4185,7 +4185,7 @@ P.actionbar = {
},
microbar = {
enabled = false,
enabled = true,
mouseover = false,
buttonsPerRow = 10,
buttonSize = 20,