From f97595f5a6aa6da050629f0cc858ac4c25068505 Mon Sep 17 00:00:00 2001 From: ShakeFlower Date: Thu, 5 Jun 2025 10:19:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=AD=A3=E6=94=B9=E5=8F=98?= =?UTF-8?q?=E9=81=93=E5=85=B7id=E5=90=8E=E6=97=A0=E6=B3=95=E6=89=93?= =?UTF-8?q?=E5=BC=80=E8=AE=BE=E7=BD=AE=E7=95=8C=E9=9D=A2=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libs/actions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/actions.js b/libs/actions.js index dc435eb3..a9433949 100644 --- a/libs/actions.js +++ b/libs/actions.js @@ -2529,7 +2529,7 @@ actions.prototype._clickSettings = function (x, y) { case 0: core.status.event.selection = 0; core.playSound('确定'); - core.tryUseItem('setting'); + core.plugin.openSetting(); break; case 1: // core.playSound('确定');