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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user