mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
update to use FilesFolders class
This commit is contained in:
parent
378d054ad7
commit
048981a749
1 changed files with 1 additions and 1 deletions
|
|
@ -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"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue