mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Improve code quality
This commit is contained in:
parent
7fa78f0304
commit
b84ca9b283
1 changed files with 0 additions and 1 deletions
|
|
@ -13,7 +13,6 @@ public static class HistoryHelper
|
|||
{
|
||||
internal static List<HistoryItem> PopulateActions(this List<HistoryItem> items, bool isQuery)
|
||||
{
|
||||
|
||||
foreach (var item in items)
|
||||
{
|
||||
if (item.QueryAction != null && item.ExecuteAction != null) continue;
|
||||
|
|
|
|||
Loading…
Reference in a new issue