Skip to content

Commit 984b3da

Browse files
authored
Fix Explorer plugin Quick Access items missing from general search results (#4294)
1 parent dda9000 commit 984b3da

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,6 @@ private bool IsExcludedFile(SearchResult result)
299299

300300
private List<Result> GetQuickAccessResultsFilteredByActionKeyword(Query query, List<ActionKeyword> actions)
301301
{
302-
if (!Settings.QuickAccessKeywordEnabled)
303-
return [];
304-
305302
var results = QuickAccess.AccessLinkListMatched(query, Settings.QuickAccessLinks);
306303
if (results.Count == 0)
307304
return [];

0 commit comments

Comments
 (0)