Updated 'alert' command to use OK message box instead of YESNO dialog.
This commit is contained in:
parent
6b1a9d8444
commit
4cfb039dd0
|
@ -1985,7 +1985,7 @@ function createMeshCore(agent) {
|
|||
}
|
||||
else
|
||||
{
|
||||
this._alert = require('message-box').create(p[0], p[1], p.length==3?parseInt(p[2]):9999);
|
||||
this._alert = require('message-box').create(p[0], p[1], p.length==3?parseInt(p[2]):9999,1);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue