We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01ce602 + 347fe5a commit 550b259Copy full SHA for 550b259
Plugins/Flow.Launcher.Plugin.Shell/Settings.cs
@@ -6,7 +6,7 @@ public class Settings
6
{
7
public Shell Shell { get; set; } = Shell.Cmd;
8
9
- public bool ReplaceWinR { get; set; } = true;
+ public bool ReplaceWinR { get; set; } = false;
10
11
public bool LeaveShellOpen { get; set; }
12
0 commit comments