mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix typos
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
736e3764e1
commit
75a03d0320
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ internal class TabsWalker
|
|||
|
||||
internal void RescanTabsForContainer(AutomationElement browserWindow)
|
||||
{
|
||||
Context.API.LogDebug(ClassName, "Rescaning tabs in order to find removed tabs");
|
||||
Context.API.LogDebug(ClassName, "Rescanning tabs in order to find removed tabs");
|
||||
_cache.RemoveAllNonExistentTabs(browserWindow, FindAllValidTabs(browserWindow));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue