mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Resolved: Incorrect ClassName - copy-paste error.
This commit is contained in:
parent
f8c17807fa
commit
7890102384
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ namespace Flow.Launcher.Plugin.BrowserBookmark.Tabs;
|
|||
/// </summary>
|
||||
internal class TabsWalker
|
||||
{
|
||||
private static readonly string ClassName = nameof(TabsTracker);
|
||||
private static readonly string ClassName = nameof(TabsWalker);
|
||||
private readonly TimeSpan _tabRetryTimeout = TimeSpan.FromSeconds(4);
|
||||
private readonly TimeSpan _tabRetryInterval = TimeSpan.FromMilliseconds(250);
|
||||
private readonly TabsCache _cache = new();
|
||||
|
|
|
|||
Loading…
Reference in a new issue