mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix Explorer plugin Quick Access items missing from general search results (#4294)
Some checks failed
Build / build (push) Has been cancelled
Some checks failed
Build / build (push) Has been cancelled
This commit is contained in:
parent
dda900041a
commit
984b3dabdc
1 changed files with 0 additions and 3 deletions
|
|
@ -299,9 +299,6 @@ namespace Flow.Launcher.Plugin.Explorer.Search
|
||||||
|
|
||||||
private List<Result> GetQuickAccessResultsFilteredByActionKeyword(Query query, List<ActionKeyword> actions)
|
private List<Result> GetQuickAccessResultsFilteredByActionKeyword(Query query, List<ActionKeyword> actions)
|
||||||
{
|
{
|
||||||
if (!Settings.QuickAccessKeywordEnabled)
|
|
||||||
return [];
|
|
||||||
|
|
||||||
var results = QuickAccess.AccessLinkListMatched(query, Settings.QuickAccessLinks);
|
var results = QuickAccess.AccessLinkListMatched(query, Settings.QuickAccessLinks);
|
||||||
if (results.Count == 0)
|
if (results.Count == 0)
|
||||||
return [];
|
return [];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue