Skip to content

Commit

Permalink
fix exception when changing view mode
Browse files Browse the repository at this point in the history
  • Loading branch information
radj307 committed Nov 10, 2023
1 parent 3af53a1 commit 34062e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions VolumeControl/DeviceListNotification.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
<behaviour:IntervalUpdateBinding
EnableTimer="{Binding ShowPeakMeters, Source={StaticResource Settings}}"
Interval="{Binding PeakMeterUpdateIntervalMs, Source={StaticResource Settings}}"
ThrowWhenPropertyIsMissing="False"
Property="{x:Static FrameworkElement.TagProperty}" />
</i:Interaction.Behaviors>
</Slider>
Expand Down
1 change: 0 additions & 1 deletion VolumeControl/SessionListNotification.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@
EnableTimer="{Binding ShowPeakMeters, Source={StaticResource Settings}}"
Interval="{Binding PeakMeterUpdateIntervalMs, Source={StaticResource Settings}}"
ThrowWhenPropertyIsMissing="False"
ThrowWhenPropertyIsNull="False"
Property="{x:Static FrameworkElement.TagProperty}" />
</i:Interaction.Behaviors>
</Slider>
Expand Down

0 comments on commit 34062e8

Please sign in to comment.