mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
add context menu run as admin icon
This commit is contained in:
parent
22617aef33
commit
bd921f8d0c
2 changed files with 1 additions and 1 deletions
BIN
Plugins/Flow.Launcher.Plugin.Shell/Images/admin.png
Normal file
BIN
Plugins/Flow.Launcher.Plugin.Shell/Images/admin.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 64 KiB |
|
|
@ -342,7 +342,7 @@ namespace Flow.Launcher.Plugin.Shell
|
|||
Execute(Process.Start, PrepareProcessStartInfo(selectedResult.Title, true));
|
||||
return true;
|
||||
},
|
||||
IcoPath = Image
|
||||
IcoPath = "Images/admin.png"
|
||||
},
|
||||
new Result
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue