diff --git a/Flow.Launcher/SettingWindow.xaml.cs b/Flow.Launcher/SettingWindow.xaml.cs index 20692c16e..b21bb2904 100644 --- a/Flow.Launcher/SettingWindow.xaml.cs +++ b/Flow.Launcher/SettingWindow.xaml.cs @@ -278,7 +278,7 @@ namespace Flow.Launcher private void OpenPluginFolder(object sender, RoutedEventArgs e) { - System.Diagnostics.Process.Start("explorer",$"{DataLocation.DataDirectory()}\\Themes"); + FilesFolders.OpenPath(Path.Combine(DataLocation.DataDirectory(), "Themes")); } } }