mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Code cleanup
This commit is contained in:
parent
bf44637400
commit
8e127d0339
2 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,6 @@ using System.Linq;
|
|||
using System.Text.Json.Serialization;
|
||||
using Flow.Launcher.Core.Plugin;
|
||||
using Flow.Launcher.Plugin;
|
||||
using Svg;
|
||||
|
||||
namespace Flow.Launcher.Storage
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1333,7 +1333,9 @@ namespace Flow.Launcher.ViewModel
|
|||
|
||||
// Max history results to return for display
|
||||
if (maxResult.HasValue)
|
||||
{
|
||||
historyItems = historyItems.Take(maxResult.Value);
|
||||
}
|
||||
|
||||
foreach (var item in historyItems)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue