mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
increase edittime boundary
This commit is contained in:
parent
97052b1fbf
commit
691c2b06f9
1 changed files with 1 additions and 1 deletions
|
|
@ -336,7 +336,7 @@ namespace Flow.Launcher.ViewModel
|
|||
if (Count == 0 && newItems.Count == 0 || _token.IsCancellationRequested)
|
||||
return;
|
||||
|
||||
if (editTime < 5 || newItems.Count < 30)
|
||||
if (editTime < 10 || newItems.Count < 30)
|
||||
{
|
||||
if (Count != 0) ClearItems();
|
||||
AddRange(newItems);
|
||||
|
|
|
|||
Loading…
Reference in a new issue