Merge pull request #1087 from Flow-Launcher/turnoff_replace_win_r_shell

Set Shell plugin's default replace Win R hotkey to off
This commit is contained in:
Jeremy Wu 2022-03-21 05:53:22 +11:00 committed by GitHub
commit 550b259902
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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; }