Skip to content

Commit 51714d5

Browse files
committed
Add Input for home query
1 parent cf3fc6a commit 51714d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Flow.Launcher.Core/Plugin/QueryBuilder.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ public static Query Build(string input, string text, Dictionary<string, PluginPa
1313
{
1414
return new Query()
1515
{
16+
Input = string.Empty,
1617
Search = string.Empty,
1718
RawQuery = string.Empty,
1819
SearchTerms = Array.Empty<string>(),

0 commit comments

Comments
 (0)