Skip to content

Commit a8d3cdf

Browse files
committed
SubTitle equals
1 parent 764c674 commit a8d3cdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Flow.Launcher/Helper/ResultHelper.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ public static bool IsEquals(this Result result, LastOpenedHistoryItem item, Hist
5454

5555
return keyMatches
5656
&& queryMatches
57+
&& item.SubTitle == result.SubTitle
5758
&& item.PluginID == result.PluginID
5859
&& item.HistoryStyle == style;
5960
}

0 commit comments

Comments
 (0)