Updated 'alert' command to use OK message box instead of YESNO dialog.

This commit is contained in:
Bryan Roe 2020-03-19 14:10:31 -07:00
parent 6b1a9d8444
commit 4cfb039dd0
1 changed files with 1 additions and 1 deletions

View File

@ -1985,7 +1985,7 @@ function createMeshCore(agent) {
} }
else 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; break;