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 @@