From 98acd412cec2aad25a21d687f107070bfa8c2baa Mon Sep 17 00:00:00 2001 From: SpikeHD Date: Sun, 24 Apr 2022 22:40:03 -0700 Subject: [PATCH] fix title and close tab if in browser mode --- resources/js/helpers.js | 2 ++ resources/js/translation.js | 2 +- scripts/install.cmd | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) 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