Added trailing slash to saved folders action for Folder plugin

This commit is contained in:
Boris Makogonyuk
2016-01-04 16:17:04 +01:00
parent a4936a6ff3
commit 5abd4dcc66

View File

@@ -109,7 +109,7 @@ namespace Wox.Plugin.Folder
return false;
}
}
context.API.ChangeQuery(item.Path);
context.API.ChangeQuery(item.Path+"\\");
return false;
},
ContextData = item