From e5045a22a9be906ef2876c5940346e9a88314e10 Mon Sep 17 00:00:00 2001 From: ShakeFlower Date: Thu, 5 Jun 2025 20:14:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=AD=A3=E4=BB=8E=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E8=AE=BE=E7=BD=AE=E6=89=93=E5=BC=80=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E6=97=B6=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE=E7=94=BB=E9=9D=A2?= =?UTF-8?q?=E6=9C=AA=E5=85=B3=E6=8E=89=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libs/actions.js | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/actions.js b/libs/actions.js index a9433949..4dbff042 100644 --- a/libs/actions.js +++ b/libs/actions.js @@ -2528,6 +2528,7 @@ actions.prototype._clickSettings = function (x, y) { switch (selection) { case 0: core.status.event.selection = 0; + core.ui.closePanel(); core.playSound('确定'); core.plugin.openSetting(); break;