From 78625d82ae498c57ba9b69df1ef79cab70ed00ab Mon Sep 17 00:00:00 2001 From: ShiinaRinne <45081750+ShiinaRinne@users.noreply.github.com> Date: Tue, 2 Jan 2024 15:03:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0ico=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E7=9A=84=E8=87=AA=E5=AE=9A=E4=B9=89=E5=9B=BE=E6=A0=87=E6=94=AF?= =?UTF-8?q?=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- v2rayN/v2rayN/Views/RoutingRuleSettingWindow.xaml.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v2rayN/v2rayN/Views/RoutingRuleSettingWindow.xaml.cs b/v2rayN/v2rayN/Views/RoutingRuleSettingWindow.xaml.cs index 8bfe704b..39b8556e 100644 --- a/v2rayN/v2rayN/Views/RoutingRuleSettingWindow.xaml.cs +++ b/v2rayN/v2rayN/Views/RoutingRuleSettingWindow.xaml.cs @@ -132,10 +132,10 @@ namespace v2rayN.Views private void btnBrowse_Click(object sender, System.Windows.RoutedEventArgs e) { var openFileDialog1 = new OpenFileDialog(); - openFileDialog1.Filter = "PNG|*.png"; + openFileDialog1.Filter = "PNG,ICO|*.png;*.ico"; openFileDialog1.ShowDialog(); txtCustomIcon.Text = openFileDialog1.FileName; } } -} \ No newline at end of file +}