diff --git a/Flow.Launcher/Storage/History.cs b/Flow.Launcher/Storage/History.cs index 33128256e..9155f02d8 100644 --- a/Flow.Launcher/Storage/History.cs +++ b/Flow.Launcher/Storage/History.cs @@ -32,8 +32,7 @@ namespace Flow.Launcher.Storage public List GetHistoryItems(Settings settings) { if (settings.ShowHistoryQueryResultsForHomePage) return QueryHistoryItems; - if (settings.ShowHistoryLastOpenedResultsForHomePage) return LastOpenedHistoryItems; - return new List(); + return LastOpenedHistoryItems; } private void AddLastQuery(Result result)