From 347fe5a3f995913bad5121183752d31db000149a Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sat, 19 Mar 2022 20:04:10 +1100 Subject: [PATCH] set Shell plugin's default replace Win R hotkey --- Plugins/Flow.Launcher.Plugin.Shell/Settings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Flow.Launcher.Plugin.Shell/Settings.cs b/Plugins/Flow.Launcher.Plugin.Shell/Settings.cs index 042fd0dd3..a3cac1cb8 100644 --- a/Plugins/Flow.Launcher.Plugin.Shell/Settings.cs +++ b/Plugins/Flow.Launcher.Plugin.Shell/Settings.cs @@ -6,7 +6,7 @@ namespace Flow.Launcher.Plugin.Shell { public Shell Shell { get; set; } = Shell.Cmd; - public bool ReplaceWinR { get; set; } = true; + public bool ReplaceWinR { get; set; } = false; public bool LeaveShellOpen { get; set; }