Merge branch 'master' of https://github.com/Ylianst/MeshCentral
This commit is contained in:
commit
4bf1a2bfb2
|
@ -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