mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Compare commits
2 commits
51d4fbfaae
...
66927c2964
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
66927c2964 | ||
|
|
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)
|
||||
{
|
||||
if (!Settings.QuickAccessKeywordEnabled)
|
||||
return [];
|
||||
|
||||
var results = QuickAccess.AccessLinkListMatched(query, Settings.QuickAccessLinks);
|
||||
if (results.Count == 0)
|
||||
return [];
|
||||
|
|
|
|||
Loading…
Reference in a new issue