Skip to content

Commit 0638362

Browse files
committed
Fix Result.Clone
1 parent 2a1584e commit 0638362

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Flow.Launcher.Plugin/Result.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,8 @@ public Result Clone()
317317
Preview = Preview,
318318
AddSelectedCount = AddSelectedCount,
319319
RecordKey = RecordKey,
320-
ShowBadge = ShowBadge
320+
ShowBadge = ShowBadge,
321+
QuerySuggestionText = QuerySuggestionText
321322
};
322323
}
323324

0 commit comments

Comments
 (0)