mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
up
This commit is contained in:
parent
a3b7c6808b
commit
2b7c2048ef
1 changed files with 2 additions and 7 deletions
|
|
@ -30,13 +30,8 @@ namespace Flow.Launcher.Storage
|
|||
|
||||
public List<HistoryItem> GetHistoryItems(Settings settings)
|
||||
{
|
||||
if (settings.ShowHistoryOnHomePage)
|
||||
{
|
||||
if (settings.ShowHistoryQueryResultsForHomePage) return QueryHistoryItems.PopulateActions(true);
|
||||
return LastOpenedHistoryItems.PopulateActions(false);
|
||||
}
|
||||
|
||||
return new List<HistoryItem>();
|
||||
if (settings.ShowHistoryQueryResultsForHomePage) return QueryHistoryItems.PopulateActions(true);
|
||||
return LastOpenedHistoryItems.PopulateActions(false);
|
||||
}
|
||||
|
||||
public void PopulateHistoryFromLegacyHistory()
|
||||
|
|
|
|||
Loading…
Reference in a new issue