From 34062e8ee932f078cd4c77c375cd480219e6cc32 Mon Sep 17 00:00:00 2001 From: radj307 Date: Fri, 10 Nov 2023 14:57:10 -0500 Subject: [PATCH] fix exception when changing view mode --- VolumeControl/DeviceListNotification.xaml | 1 + VolumeControl/SessionListNotification.xaml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/VolumeControl/DeviceListNotification.xaml b/VolumeControl/DeviceListNotification.xaml index f2f609eb..69c102e7 100644 --- a/VolumeControl/DeviceListNotification.xaml +++ b/VolumeControl/DeviceListNotification.xaml @@ -95,6 +95,7 @@ diff --git a/VolumeControl/SessionListNotification.xaml b/VolumeControl/SessionListNotification.xaml index 5f62440c..db6e60e7 100644 --- a/VolumeControl/SessionListNotification.xaml +++ b/VolumeControl/SessionListNotification.xaml @@ -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}" />