mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix error in ac81d38acc
This commit is contained in:
parent
ac81d38acc
commit
c8fcfcd28c
1 changed files with 2 additions and 1 deletions
|
|
@ -31,7 +31,8 @@ namespace Wox.Plugin.System.CMD
|
|||
|
||||
results.AddRange(history);
|
||||
}
|
||||
else
|
||||
|
||||
if (query.RawQuery.StartsWith(">") && query.RawQuery.Length > 1)
|
||||
{
|
||||
string cmd = query.RawQuery.Substring(1);
|
||||
Result result = new Result
|
||||
|
|
|
|||
Loading…
Reference in a new issue