Skip to content

2.8.2

Compare
Choose a tag to compare
@Yutsuten Yutsuten released this 02 Dec 13:04
· 3 commits to main since this release
d7a8903

Bug Fixes

  • #184 Fix custom bar style, show only available styles
    • Changing bar style would only work for Qt5 and crash for Qt6, now it works for both
    • Available styles was hard-coded, but now we get the available styles by using QStyleFactory.keys()