mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
set Shell plugin's default replace Win R hotkey
This commit is contained in:
parent
01ce60276a
commit
347fe5a3f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue