mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove delay
This commit is contained in:
parent
9b5341c2b7
commit
e0e86d039d
1 changed files with 0 additions and 1 deletions
|
|
@ -119,7 +119,6 @@ namespace Flow.Launcher.Plugin.BrowserBookmark
|
|||
var reader = refreshQueue.Reader;
|
||||
while (await reader.WaitToReadAsync())
|
||||
{
|
||||
await Task.Delay(5000);
|
||||
if (reader.TryRead(out _))
|
||||
{
|
||||
ReloadAllBookmarks(false);
|
||||
|
|
|
|||
Loading…
Reference in a new issue