mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
migrate explorer open containing folder to new api
This commit is contained in:
parent
16a07dc8d0
commit
8f2163c0c0
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ namespace Flow.Launcher.Plugin.Explorer
|
|||
{
|
||||
try
|
||||
{
|
||||
FilesFolders.OpenContainingFolder(record.FullPath);
|
||||
Context.API.OpenDirectory(Path.GetDirectoryName(record.FullPath), record.FullPath);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue