Added volume control. Updated styling.

This commit is contained in:
2026-08-13 00:29:35 -04:00
parent 321db65154
commit c8ce4ca7f0
9 changed files with 118 additions and 4 deletions

View File

@@ -11,5 +11,7 @@
<converters:DoubleToPercentConverter x:Key="DoubleToPercent" />
<converters:RepeatStateConverter x:Key="RepeatState" />
<converters:VolumeStateConverter x:Key="VolumeState" />
<converters:VolumeStateToIconConverter x:Key="VolumeStateToIcon" />
<converters:VolumeStateToFillConverter x:Key="VolumeStateToFill" />
</ResourceDictionary>