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");
}