mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix opening UWP containing folder
This commit is contained in:
parent
c5720df769
commit
e16f0e4d99
2 changed files with 2 additions and 1 deletions
1
Plugins/Flow.Launcher.Plugin.Everything
Submodule
1
Plugins/Flow.Launcher.Plugin.Everything
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 6d5b687e240a6abdc5623d8a8e09501f3994b0d3
|
||||
|
|
@ -326,7 +326,7 @@ namespace Flow.Launcher.Plugin.Program.Programs
|
|||
{
|
||||
Main.StartProcess(Process.Start, new ProcessStartInfo(
|
||||
!string.IsNullOrEmpty(Main._settings.CustomizedExplorer) ? Main._settings.CustomizedExplorer:Settings.Explorer,
|
||||
$"{Main._settings.CustomizedArgs} \"{Package.Location}\"".Trim()));
|
||||
Main._settings.CustomizedArgs.Replace("%s",$"\"{Package.Location}\"").Trim()));
|
||||
|
||||
return true;
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue