From 89649d136fca13821d7b0b124455088c0ef1d215 Mon Sep 17 00:00:00 2001 From: autumn Date: Sun, 20 Nov 2022 23:00:16 +0800 Subject: [PATCH] update ... --- ProxySuper.WPF/App.xaml | 1 + ProxySuper.WPF/App.xaml.cs | 2 +- .../Controls/XraySettingsControl.xaml | 392 +++++++++--------- ProxySuper.WPF/ProxySuper.WPF.csproj | 1 + ProxySuper.WPF/Resources/Languages/en.xaml | 5 +- ProxySuper.WPF/Resources/Languages/tw_cn.xaml | 5 +- ProxySuper.WPF/Resources/Languages/zh_cn.xaml | 5 +- ProxySuper.WPF/Setup.cs | 23 + ProxySuper.WPF/Views/HomeView.xaml.cs | 7 +- ProxySuper.WPF/Views/Xray/XrayConfigView.xaml | 7 - 10 files changed, 236 insertions(+), 212 deletions(-) create mode 100644 ProxySuper.WPF/Setup.cs 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}"> -