Skip to content

Commit

Permalink
set classBar to be disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Krealle committed Sep 9, 2024
1 parent 3d6e5da commit e1bf2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data/Defaults.lua
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ Defaults.Widgets = {
},
---@type ClassBarWidgetTable
classBar = {
enabled = true,
enabled = false,
spacing = 5,
frameLevel = 10,
verticalFill = false,
Expand Down

0 comments on commit e1bf2f7

Please sign in to comment.