mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Use shell execute to fix Files App support
This commit is contained in:
parent
c61d6f791c
commit
4efaa648ad
1 changed files with 1 additions and 0 deletions
|
|
@ -202,6 +202,7 @@ namespace Flow.Launcher
|
|||
explorer.StartInfo = new ProcessStartInfo
|
||||
{
|
||||
FileName = explorerInfo.Path,
|
||||
UseShellExecute = true,
|
||||
Arguments = FileNameOrFilePath is null
|
||||
? explorerInfo.DirectoryArgument.Replace("%d", DirectoryPath)
|
||||
: explorerInfo.FileArgument
|
||||
|
|
|
|||
Loading…
Reference in a new issue