diff --git a/background/request_handlers.ts b/background/request_handlers.ts index 920daa252..ca69843fb 100644 --- a/background/request_handlers.ts +++ b/background/request_handlers.ts @@ -374,7 +374,7 @@ set_reqH_([ } satisfies KnownOptions & { url: null })) set_cPort(port) set_cRepeat(1) - executeCommand(makeCommand_("copyWindowInfo", opts), 1, cKey, port, 1 + executeCommand(makeCommand_("copyCurrentUrl", opts), 1, cKey, port, 1 , oriOptions.$f && {c: oriOptions.$f, r: oriOptions.$retry, u: 0, w: 0 }) return }