Closed DKNorad closed 1 year ago
Thanks, I'll merge today
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
bcfaccb
) 97.22% compared to head (684a83f
) 97.24%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Moved the
self._menubar.set_menu(self)
afterself._menubar.set_font()
to avoid running_check_title_color()
inmenubar.py
before a title font color is set.