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
d7579cce9e
commit
690d33ece3
2 changed files with 2 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ namespace Flow.Launcher.Storage
|
|||
return new List<HistoryItem>();
|
||||
}
|
||||
|
||||
public void PopulateHistoryWithLegacyHistory()
|
||||
public void PopulateHistoryFromLegacyHistory()
|
||||
{
|
||||
foreach (var item in Items)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -153,7 +153,7 @@ namespace Flow.Launcher.ViewModel
|
|||
_topMostRecord = new FlowLauncherJsonStorageTopMostRecord();
|
||||
|
||||
_history = _historyStorage.Load();
|
||||
_history.PopulateHistoryWithLegacyHistory();
|
||||
_history.PopulateHistoryFromLegacyHistory();
|
||||
_userSelectedRecord = _userSelectedRecordStorage.Load();
|
||||
|
||||
ContextMenu = new ResultsViewModel(Settings, this)
|
||||
|
|
|
|||
Loading…
Reference in a new issue