Skip to content

Commit 8e127d0

Browse files
committed
Code cleanup
1 parent bf44637 commit 8e127d0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Flow.Launcher/Storage/QueryHistory.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
using System.Text.Json.Serialization;
55
using Flow.Launcher.Core.Plugin;
66
using Flow.Launcher.Plugin;
7-
using Svg;
87

98
namespace Flow.Launcher.Storage
109
{

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1333,7 +1333,9 @@ private List<Result> GetHistoryItems(IEnumerable<LastOpenedHistoryResult> histor
13331333

13341334
// Max history results to return for display
13351335
if (maxResult.HasValue)
1336+
{
13361337
historyItems = historyItems.Take(maxResult.Value);
1338+
}
13371339

13381340
foreach (var item in historyItems)
13391341
{

0 commit comments

Comments
 (0)