From 9500f79ee9857d0ce92cf8e5857f928379c8a962 Mon Sep 17 00:00:00 2001 From: anoyetta Date: Thu, 9 Sep 2021 10:19:56 +0900 Subject: [PATCH] Revert "update packages" This reverts commit 7c2ba7cf3c47c64b1a23b0e9a3c970dac7733a6e. --- source/RINGS/RINGS.csproj | 30 +++++++++---------- source/RINGS/Views/ChatLinkSettingsView.xaml | 8 ++--- .../Views/ChatOverlaySettingsEditView.xaml | 28 ++++++++--------- .../RINGS/Views/ChatOverlaySettingsView.xaml | 16 +++++----- source/RINGS/Views/ConfigView.xaml | 10 +++---- source/RINGS/Views/HomeView.xaml | 4 +-- .../aframe/source/aframe.Core/FodyWeavers.xsd | 10 ------- .../source/aframe.Core/aframe.Core.csproj | 30 +++++++++---------- .../source/aframe.Updater/FodyWeavers.xsd | 30 ------------------- .../aframe.Updater/aframe.Updater.csproj | 8 ++--- 10 files changed, 67 insertions(+), 107 deletions(-) diff --git a/source/RINGS/RINGS.csproj b/source/RINGS/RINGS.csproj index a278271..ed2d94e 100644 --- a/source/RINGS/RINGS.csproj +++ b/source/RINGS/RINGS.csproj @@ -254,54 +254,54 @@ - 5.6.0 - all + 4.1.0 - 2.4.0 + 2.2.0 - 6.5.2 + 6.1.1 + runtime; build; native; contentfiles; analyzers all - 1.1.0 + 1.0.8 3.0.0 - 2.4.7 + 1.6.5 - 4.8.0 + 4.0.0 - 2.0.1 + 1.2.4 - 4.1.0 + 3.1.1 - 0.1.7 + 0.1.0 5.6.0 - 13.0.1 + 12.0.3 - 4.7.11 + 4.7.0 - 8.1.97 + 7.2.0.1422 - 3.4.0 + 3.2.8 - 7.0.1 + 5.0.5 diff --git a/source/RINGS/Views/ChatLinkSettingsView.xaml b/source/RINGS/Views/ChatLinkSettingsView.xaml index da2883d..1daf22e 100644 --- a/source/RINGS/Views/ChatLinkSettingsView.xaml +++ b/source/RINGS/Views/ChatLinkSettingsView.xaml @@ -131,15 +131,15 @@ HorizontalAlignment="Left" Style="{StaticResource MahApps.Metro.Styles.ToggleSwitch.Win10}" Content="Enabled" - IsOn="{Binding IsEnabled, Mode=TwoWay}" /> + IsChecked="{Binding IsEnabled, Mode=TwoWay}" /> + IsChecked="{Binding IsFixedActivate, Mode=TwoWay}" + CheckChangedCommand="{Binding FixedChangeCommand, Mode=OneWay}" /> @@ -175,7 +175,7 @@ VerticalAlignment="Center" Style="{StaticResource MahApps.Metro.Styles.ToggleSwitch.Win10}" Content="{Binding ChannelName, Mode=OneWay}" - IsOn="{Binding IsEnabled, Mode=TwoWay}" /> + IsChecked="{Binding IsEnabled, Mode=TwoWay}" /> - + @@ -107,7 +107,7 @@ Margin="0 8 0 0" HorizontalAlignment="Left" Style="{StaticResource MahApps.Metro.Styles.ToggleSwitch.Win10}" - IsOn="{Binding Model.IsLock, Mode=TwoWay}" + IsChecked="{Binding Model.IsLock, Mode=TwoWay}" Content="Lock" /> @@ -144,7 +144,7 @@