fix:修正从系统设置打开设置时系统设置画面未关掉的问题

This commit is contained in:
ShakeFlower 2025-06-05 20:14:23 +08:00
parent 1ebda80d78
commit e5045a22a9

View File

@ -2528,6 +2528,7 @@ actions.prototype._clickSettings = function (x, y) {
switch (selection) { switch (selection) {
case 0: case 0:
core.status.event.selection = 0; core.status.event.selection = 0;
core.ui.closePanel();
core.playSound('确定'); core.playSound('确定');
core.plugin.openSetting(); core.plugin.openSetting();
break; break;