mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove formatting
This commit is contained in:
parent
89bceecee4
commit
84cb555dee
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ namespace Flow.Launcher.Core.Plugin
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
var rawQuery = string.Join(Query.TermSeparator, terms);
|
var rawQuery = text;
|
||||||
string actionKeyword, search;
|
string actionKeyword, search;
|
||||||
string possibleActionKeyword = terms[0];
|
string possibleActionKeyword = terms[0];
|
||||||
string[] searchTerms;
|
string[] searchTerms;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue