We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7faa48 commit 35b6f58Copy full SHA for 35b6f58
1 file changed
src/app/service/service_worker/runtime.ts
@@ -296,7 +296,7 @@ export class RuntimeService {
296
this.systemConfig.addListener("enable_script", async (enable) => {
297
// 隐身窗口不对注册了的脚本进行实际操作
298
// 当主窗口的enable改为false时,isLoadScripts也会更改为false
299
- this.isLoadScripts = enable && (await this.systemConfig.getEnableScriptIncognite());
+ this.isLoadScripts = enable && (await this.systemConfig.getEnableScriptIncognito());
300
});
301
} else {
302
0 commit comments