From 2fb8e4ee09a77d7eaf1dc5b45e93510c7fb853ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=98=E9=9F=AC=20=E5=BC=A0?= Date: Sun, 15 Nov 2020 13:51:12 +0800 Subject: [PATCH] change event name --- Flow.Launcher/SettingWindow.xaml | 2 +- Flow.Launcher/SettingWindow.xaml.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml index fd657cd22..32f9e9a6e 100644 --- a/Flow.Launcher/SettingWindow.xaml +++ b/Flow.Launcher/SettingWindow.xaml @@ -211,7 +211,7 @@ - + diff --git a/Flow.Launcher/SettingWindow.xaml.cs b/Flow.Launcher/SettingWindow.xaml.cs index 60183f545..20692c16e 100644 --- a/Flow.Launcher/SettingWindow.xaml.cs +++ b/Flow.Launcher/SettingWindow.xaml.cs @@ -276,7 +276,7 @@ namespace Flow.Launcher Close(); } - private void Button_Click(object sender, RoutedEventArgs e) + private void OpenPluginFolder(object sender, RoutedEventArgs e) { System.Diagnostics.Process.Start("explorer",$"{DataLocation.DataDirectory()}\\Themes"); }