mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
Allow unsafe codes in Release build.
This commit is contained in:
@@ -47,18 +47,7 @@ namespace Wox.Plugin.SystemPlugins.Program
|
||||
{
|
||||
new Result()
|
||||
{
|
||||
Title = "Open",
|
||||
Action = _ =>
|
||||
{
|
||||
context.API.HideApp();
|
||||
context.API.ShellRun(c.ExecutePath);
|
||||
return true;
|
||||
},
|
||||
IcoPath = "Images/open.png"
|
||||
},
|
||||
new Result()
|
||||
{
|
||||
Title = "Open With Administrator",
|
||||
Title = "Run As Administrator",
|
||||
Action = _ =>
|
||||
{
|
||||
context.API.HideApp();
|
||||
|
||||
Reference in New Issue
Block a user