BIN
Plugins/Wox.Plugin.Sys/Images/Images/app.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
Plugins/Wox.Plugin.Sys/Images/Images/close.png
Normal file
|
After Width: | Height: | Size: 530 B |
BIN
Plugins/Wox.Plugin.Sys/Images/Images/lock.png
Normal file
|
After Width: | Height: | Size: 759 B |
BIN
Plugins/Wox.Plugin.Sys/Images/Images/logoff.png
Normal file
|
After Width: | Height: | Size: 674 B |
BIN
Plugins/Wox.Plugin.Sys/Images/Images/recyclebin.png
Normal file
|
After Width: | Height: | Size: 436 B |
BIN
Plugins/Wox.Plugin.Sys/Images/Images/restart.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
Plugins/Wox.Plugin.Sys/Images/Images/shutdown.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
Plugins/Wox.Plugin.Sys/Images/Images/sleep.png
Normal file
|
After Width: | Height: | Size: 760 B |
|
Before Width: | Height: | Size: 139 B After Width: | Height: | Size: 530 B |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 759 B |
|
Before Width: | Height: | Size: 613 B After Width: | Height: | Size: 674 B |
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 436 B |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 4.1 KiB |
BIN
Plugins/Wox.Plugin.Sys/Images/shutdown.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 760 B |
@@ -81,7 +81,7 @@ namespace Wox.Plugin.Sys
|
||||
{
|
||||
Title = "Shutdown",
|
||||
SubTitle = context.API.GetTranslation("wox_plugin_sys_shutdown_computer"),
|
||||
IcoPath = "Images\\exit.png",
|
||||
IcoPath = "Images\\shutdown.png",
|
||||
Action = c =>
|
||||
{
|
||||
var reuslt = MessageBox.Show("Are you sure you want to shut the computer down?",
|
||||
@@ -97,7 +97,7 @@ namespace Wox.Plugin.Sys
|
||||
{
|
||||
Title = "Restart",
|
||||
SubTitle = context.API.GetTranslation("wox_plugin_sys_restart_computer"),
|
||||
IcoPath = "Images\\restartcomp.png",
|
||||
IcoPath = "Images\\restart.png",
|
||||
Action = c =>
|
||||
{
|
||||
var result = MessageBox.Show("Are you sure you want to restart the computer?",
|
||||
@@ -169,7 +169,7 @@ namespace Wox.Plugin.Sys
|
||||
{
|
||||
Title = "Restart Wox",
|
||||
SubTitle = context.API.GetTranslation("wox_plugin_sys_restart"),
|
||||
IcoPath = "Images\\restart.png",
|
||||
IcoPath = "Images\\app.png",
|
||||
Action = c =>
|
||||
{
|
||||
context.API.RestarApp();
|
||||
|
||||
@@ -74,9 +74,6 @@
|
||||
<Content Include="Images\recyclebin.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Images\restartcomp.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Images\sleep.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
@@ -116,11 +113,6 @@
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Images\exit.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Images\logoff.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
@@ -141,6 +133,9 @@
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="Images\Images\" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
|
||||