From f1e8ef1cf6cfab9932f680ced088f82581edaad7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Fri, 24 May 2024 18:31:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=B4=A7=E6=80=A5=E4=BF=AE=E5=A4=8DDeta?= =?UTF-8?q?ilInfo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/assets/renderer.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/assets/renderer.js b/static/assets/renderer.js index 6a64157c..dbd036c3 100644 --- a/static/assets/renderer.js +++ b/static/assets/renderer.js @@ -142,7 +142,6 @@ class WebUiApiOB11ConfigWrapper { } } const OB11ConfigWrapper = new WebUiApiOB11ConfigWrapper(); - async function onSettingWindowCreated(view) { const isEmpty = (value) => value === void 0 || value === void 0 || value === ""; await OB11ConfigWrapper.Init(localStorage.getItem("auth"));