mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
fix #151 Add context menu for programs
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 5.6 KiB |
BIN
Plugins/Wox.Plugin.FindFile/Images/open.png
Normal file
BIN
Plugins/Wox.Plugin.FindFile/Images/open.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 941 B |
@@ -92,7 +92,7 @@ namespace Wox.Plugin.FindFile
|
||||
}
|
||||
return true;
|
||||
},
|
||||
IcoPath = "Images/edit.png"
|
||||
IcoPath = "Images/open.png"
|
||||
});
|
||||
|
||||
if (!record.IsFolder)
|
||||
|
||||
@@ -54,9 +54,6 @@
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Images\edit.png">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Images\find.png">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
@@ -66,6 +63,9 @@
|
||||
<Content Include="Images\file.png">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Images\open.png">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Images\warning.png">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
||||
Reference in New Issue
Block a user