We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Result
1 parent e1c63af commit cdff8fcCopy full SHA for cdff8fc
Flow.Launcher.Plugin/Result.cs
@@ -161,6 +161,8 @@ public override bool Equals(object obj)
161
162
var equality = string.Equals(r?.Title, Title) &&
163
string.Equals(r?.SubTitle, SubTitle) &&
164
+ string.Equals(r?.AutoCompleteText, AutoCompleteText) &&
165
+ string.Equals(r?.CopyText, CopyText) &&
166
string.Equals(r?.IcoPath, IcoPath) &&
167
TitleHighlightData == r.TitleHighlightData;
168
0 commit comments