mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
SubTitle equals
This commit is contained in:
parent
764c674350
commit
a8d3cdf62c
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ public static class ResultHelper
|
|||
|
||||
return keyMatches
|
||||
&& queryMatches
|
||||
&& item.SubTitle == result.SubTitle
|
||||
&& item.PluginID == result.PluginID
|
||||
&& item.HistoryStyle == style;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue