set Shell plugin's default replace Win R hotkey

This commit is contained in:
Jeremy 2022-03-19 20:04:10 +11:00
parent 01ce60276a
commit 347fe5a3f9

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