1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-15 15:53:55 +00:00

Updated for Linux/MacOS

This commit is contained in:
Bryan Roe
2019-06-06 18:47:05 -07:00
parent f28ea50560
commit 67e10e0e33
4 changed files with 203 additions and 171 deletions

View File

@@ -290,7 +290,14 @@ function macos_messageBox()
}
else
{
this.promise._res(p.button);
if (p.button == 'Yes')
{
this.promise._res(p.button);
}
else
{
this.promise._rej('denied');
}
}
break;
}