mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
feat: up
This commit is contained in:
parent
c051c5cd50
commit
b290055e83
1 changed files with 4 additions and 1 deletions
|
|
@ -1458,7 +1458,10 @@ namespace Flow.Launcher.ViewModel
|
||||||
true => Task.CompletedTask
|
true => Task.CompletedTask
|
||||||
}).ToArray();
|
}).ToArray();
|
||||||
|
|
||||||
QueryHistoryTask(currentCancellationToken);
|
if (Settings.ShowHistoryOnHomePage)
|
||||||
|
{
|
||||||
|
QueryHistoryTask(currentCancellationToken);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue