Skip to content

Commit 550b259

Browse files
authored
Merge pull request #1087 from Flow-Launcher/turnoff_replace_win_r_shell
Set Shell plugin's default replace Win R hotkey to off
2 parents 01ce602 + 347fe5a commit 550b259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.Shell/Settings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ public class Settings
66
{
77
public Shell Shell { get; set; } = Shell.Cmd;
88

9-
public bool ReplaceWinR { get; set; } = true;
9+
public bool ReplaceWinR { get; set; } = false;
1010

1111
public bool LeaveShellOpen { get; set; }
1212

0 commit comments

Comments
 (0)