mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #462 from lances101/bugfix-447
Fix #447 Trailing slash for folders plugin
This commit is contained in:
commit
f66dd51084
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 + (item.Path.EndsWith("\\")? "": "\\"));
|
||||
return false;
|
||||
},
|
||||
ContextData = item
|
||||
|
|
|
|||
Loading…
Reference in a new issue