Skip to content

Commit 048981a

Browse files
committed
update to use FilesFolders class
1 parent 378d054 commit 048981a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/SettingWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ private void OnCloseExecuted(object sender, ExecutedRoutedEventArgs e)
278278

279279
private void OpenPluginFolder(object sender, RoutedEventArgs e)
280280
{
281-
System.Diagnostics.Process.Start("explorer",$"{DataLocation.DataDirectory()}\\Themes");
281+
FilesFolders.OpenPath(Path.Combine(DataLocation.DataDirectory(), "Themes"));
282282
}
283283
}
284284
}

0 commit comments

Comments
 (0)