mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
feat: code quality
This commit is contained in:
parent
d122276e71
commit
50f5e850dd
1 changed files with 1 additions and 2 deletions
|
|
@ -32,8 +32,7 @@ namespace Flow.Launcher.Storage
|
||||||
public List<HistoryItem> GetHistoryItems(Settings settings)
|
public List<HistoryItem> GetHistoryItems(Settings settings)
|
||||||
{
|
{
|
||||||
if (settings.ShowHistoryQueryResultsForHomePage) return QueryHistoryItems;
|
if (settings.ShowHistoryQueryResultsForHomePage) return QueryHistoryItems;
|
||||||
if (settings.ShowHistoryLastOpenedResultsForHomePage) return LastOpenedHistoryItems;
|
return LastOpenedHistoryItems;
|
||||||
return new List<HistoryItem>();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void AddLastQuery(Result result)
|
private void AddLastQuery(Result result)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue