mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Add run as administrator to Shell plugin settings
This commit is contained in:
@@ -7,6 +7,8 @@ namespace Wox.Plugin.Shell
|
||||
public Shell Shell { get; set; } = Shell.Cmd;
|
||||
public bool ReplaceWinR { get; set; } = true;
|
||||
public bool LeaveShellOpen { get; set; }
|
||||
internal bool RunAsAdministrator { get; set; } = true;
|
||||
|
||||
public Dictionary<string, int> Count = new Dictionary<string, int>();
|
||||
|
||||
public void AddCmdHistory(string cmdName)
|
||||
|
||||
Reference in New Issue
Block a user