mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
Added trailing slash to saved folders action for Folder plugin
This commit is contained in:
@@ -109,7 +109,7 @@ namespace Wox.Plugin.Folder
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
context.API.ChangeQuery(item.Path);
|
context.API.ChangeQuery(item.Path+"\\");
|
||||||
return false;
|
return false;
|
||||||
},
|
},
|
||||||
ContextData = item
|
ContextData = item
|
||||||
|
|||||||
Reference in New Issue
Block a user