mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Added trailing slash to saved folders action for Folder plugin
This commit is contained in:
parent
a4936a6ff3
commit
5abd4dcc66
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ namespace Wox.Plugin.Folder
|
|||
return false;
|
||||
}
|
||||
}
|
||||
context.API.ChangeQuery(item.Path);
|
||||
context.API.ChangeQuery(item.Path+"\\");
|
||||
return false;
|
||||
},
|
||||
ContextData = item
|
||||
|
|
|
|||
Loading…
Reference in a new issue