mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge branch 'dev' into FuckSelectionBrush
This commit is contained in:
commit
7eed3aa37c
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