Fix wording and images for context menu

This commit is contained in:
Jeremy Wu
2019-12-16 06:58:39 +11:00
parent 0d0aa49eb9
commit 2330454838
4 changed files with 14 additions and 8 deletions

View File

@@ -14,7 +14,8 @@ namespace Wox.Plugin.Folder
{
public const string FolderImagePath = "Images\\folder.png";
public const string FileImagePath = "Images\\file.png";
public const string DeleteFileFolderImagePath = "Images\\deletefilefolder.png";
public const string CopyImagePath = "Images\\copy.png";
private static List<string> _driverNames;
private PluginInitContext _context;