Skip to content

Commit 347fe5a

Browse files
committed
set Shell plugin's default replace Win R hotkey
1 parent 01ce602 commit 347fe5a

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)