Remove formatting

This commit is contained in:
Garulf 2022-04-10 05:36:46 -04:00
parent 89bceecee4
commit 84cb555dee

View file

@ -16,7 +16,7 @@ namespace Flow.Launcher.Core.Plugin
return null;
}
var rawQuery = string.Join(Query.TermSeparator, terms);
var rawQuery = text;
string actionKeyword, search;
string possibleActionKeyword = terms[0];
string[] searchTerms;