diff --git a/app.js b/app.js index 27d2c95..d95cc75 100644 --- a/app.js +++ b/app.js @@ -148,6 +148,7 @@ const run = () => { { label: 'Exit', click: function () { + if (isIngame) return; app.exit(0); } }