Skip to content

Commit 35b6f58

Browse files
committed
✏️ 修复拼写错误
1 parent a7faa48 commit 35b6f58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/service/service_worker/runtime.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ export class RuntimeService {
296296
this.systemConfig.addListener("enable_script", async (enable) => {
297297
// 隐身窗口不对注册了的脚本进行实际操作
298298
// 当主窗口的enable改为false时,isLoadScripts也会更改为false
299-
this.isLoadScripts = enable && (await this.systemConfig.getEnableScriptIncognite());
299+
this.isLoadScripts = enable && (await this.systemConfig.getEnableScriptIncognito());
300300
});
301301
} else {
302302
this.systemConfig.addListener("enable_script", async (enable) => {

0 commit comments

Comments
 (0)