diff --git a/entrypoints/background.ts b/entrypoints/background.ts index 405cc33..2f00688 100644 --- a/entrypoints/background.ts +++ b/entrypoints/background.ts @@ -257,7 +257,7 @@ export default defineBackground(() => for (const openWindow of openWindows) { - if (openWindow.incognito) + if (openWindow.incognito || openWindow.type !== "normal") continue; const activeTabs: Tabs.Tab[] = openWindow.tabs!.filter(tab =>