In Modules/ActionBarConfig.lua, the UpdateFonts() method is called in OnEnable() regardless of if any actionbar checkboxes are ticked. This causes the fonts to always override the default action bar fonts. I think the intent is that if nothing is checked, then no adjustments are made. Perhaps that call should be moved up inside the guard for dbObj[ actionBar ]?
In
Modules/ActionBarConfig.lua, theUpdateFonts()method is called inOnEnable()regardless of if any actionbar checkboxes are ticked. This causes the fonts to always override the default action bar fonts. I think the intent is that if nothing is checked, then no adjustments are made. Perhaps that call should be moved up inside the guard fordbObj[ actionBar ]?