From e9dbc3e5b98370cca46574b9c4f9793d0ddd8654 Mon Sep 17 00:00:00 2001 From: liufei Date: Fri, 7 Jan 2022 20:00:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=BF=87=E5=A4=A7=E7=9A=84?= =?UTF-8?q?=E9=81=AE=E7=BD=A9=E5=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Control/Windows/IconfontWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Control/Windows/IconfontWindow.xaml.cs b/Control/Windows/IconfontWindow.xaml.cs index c8c9b6a..3e215d2 100644 --- a/Control/Windows/IconfontWindow.xaml.cs +++ b/Control/Windows/IconfontWindow.xaml.cs @@ -139,7 +139,7 @@ namespace GeekDesk.Control.Windows private void CustomButton_Click(object sender, RoutedEventArgs e) { - HandyControl.Controls.Dialog.Show(new CustomIconUrlDialog(appConfig)); + HandyControl.Controls.Dialog.Show(new CustomIconUrlDialog(appConfig), "IconUrlDialog"); }