diff --git a/Plugins/Wox.Plugin.Shell/Main.cs b/Plugins/Wox.Plugin.Shell/Main.cs index 321008c9ab..9be8da0d57 100644 --- a/Plugins/Wox.Plugin.Shell/Main.cs +++ b/Plugins/Wox.Plugin.Shell/Main.cs @@ -287,7 +287,7 @@ namespace Wox.Plugin.CMD return false; } } - return false; + return true; } private void OnWinRPressed() @@ -328,4 +328,4 @@ namespace Wox.Plugin.CMD }; } } -} \ No newline at end of file +}