From e60e574902a582c8dbbc50fbc502c604a5faa8ba Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Tue, 10 Dec 2019 20:24:18 +1100 Subject: [PATCH] update --- Plugins/Wox.Plugin.Shell/Settings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Wox.Plugin.Shell/Settings.cs b/Plugins/Wox.Plugin.Shell/Settings.cs index 121875308d..af149e8290 100644 --- a/Plugins/Wox.Plugin.Shell/Settings.cs +++ b/Plugins/Wox.Plugin.Shell/Settings.cs @@ -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 Count = new Dictionary();