fix:修正从系统设置打开设置时系统设置画面未关掉的问题
This commit is contained in:
parent
1ebda80d78
commit
e5045a22a9
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user