From 125844fa1bf6fa0e64b8c0095392781ba0433532 Mon Sep 17 00:00:00 2001 From: gdh1995 Date: Wed, 12 Jun 2024 23:10:47 +0800 Subject: [PATCH] fix autoCopy's type --- background/request_handlers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }