diff --git a/resources/js/helpers.js b/resources/js/helpers.js index 03a57a8..7d53e14 100644 --- a/resources/js/helpers.js +++ b/resources/js/helpers.js @@ -87,4 +87,6 @@ async function proxyIsInstalled() { function closeWin() { console.log('close') Neutralino.app.exit() + + window.close() } diff --git a/resources/js/translation.js b/resources/js/translation.js index e0446f6..aa8fbf7 100644 --- a/resources/js/translation.js +++ b/resources/js/translation.js @@ -20,7 +20,7 @@ async function doTranslation() { const set = (id, localeString) => document.getElementById(id).innerHTML = localeObj[localeString] || engLocaleObj[localeString] // Begin filling in values - set('titleSection', localeObj.appName) + set('titleSection', 'appName') const verSpan = document.createElement('span') verSpan.id = 'version' diff --git a/scripts/install.cmd b/scripts/install.cmd index 3d02dc1..df02932 100644 --- a/scripts/install.cmd +++ b/scripts/install.cmd @@ -45,7 +45,6 @@ echo Adding ceritifcate... echo Certificate install failed, ensure the script is running as Administrator and that the path "%USERPROFILE%\.mitmproxy" exists, ) - echo Done! You can now open GrassClipper.exe! pause