mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
update
This commit is contained in:
parent
c22ab4afdf
commit
e60e574902
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ 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 bool RunAsAdministrator { get; set; } = true;
|
||||
|
||||
public Dictionary<string, int> Count = new Dictionary<string, int>();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue