v2.0-preview1 for Avalonia11
mysteryx93
released this
05 Mar 22:19
·
17 commits
to master
since this release
v2.0-preview1 now brings support for Avalonia11-preview5.
- Updated to use the new ControTheme structure
- You no longer need to register the Colors file, only the Styles file
- Slightly improved audio quality when pitch-shifting
- Now supports dark theme!
Now you only need to add this line in your App.axaml
file. Remove the other line registering the colors file.
<ResourceInclude Source="avares://MediaPlayer.Avalonia/Styles/Default/Theme.axaml" />
Known issue: With FluentTheme
, there's a weird visual glitch when clicking on the seek bar. With SimpleTheme
or FluentAvalonia
, it behaves perfectly fine. Something somehow gets overriden or inherited from FluentTheme
, haven't figured out what.