mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Compare commits
2 commits
277fdf9977
...
9e2f380aaa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9e2f380aaa | ||
|
|
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