diff --git a/ProxySuper.WPF/App.xaml b/ProxySuper.WPF/App.xaml index 1a171b3..ff48f9e 100644 --- a/ProxySuper.WPF/App.xaml +++ b/ProxySuper.WPF/App.xaml @@ -6,6 +6,7 @@ xmlns:ui="http://schemas.modernwpf.com/2019" StartupUri="MainWindow.xaml"> + diff --git a/ProxySuper.WPF/App.xaml.cs b/ProxySuper.WPF/App.xaml.cs index 52c5e57..1eb4bc6 100644 --- a/ProxySuper.WPF/App.xaml.cs +++ b/ProxySuper.WPF/App.xaml.cs @@ -11,7 +11,7 @@ namespace ProxySuper.WPF { protected override void RegisterSetup() { - this.RegisterSetupType>(); + this.RegisterSetupType(); } } } diff --git a/ProxySuper.WPF/Controls/XraySettingsControl.xaml b/ProxySuper.WPF/Controls/XraySettingsControl.xaml index 236503a..5754f42 100644 --- a/ProxySuper.WPF/Controls/XraySettingsControl.xaml +++ b/ProxySuper.WPF/Controls/XraySettingsControl.xaml @@ -47,7 +47,7 @@ VerticalContentAlignment="Center" Foreground="LimeGreen" IsChecked="{Binding Path=Checked_VLESS_gRPC}"> -