diff --git a/src/ext/conf/BrowserDetect.js b/src/ext/conf/BrowserDetect.js index 1d61eae..e6f4ca3 100644 --- a/src/ext/conf/BrowserDetect.js +++ b/src/ext/conf/BrowserDetect.js @@ -4,6 +4,7 @@ const BrowserDetect = { firefox: process.env.BROWSER === 'firefox', chrome: process.env.BROWSER === 'chrome', edge: process.env.BROWSER === 'edge', + processEnvBrowser: process.env.BROWSER, } if (Debug.debug) { diff --git a/src/options/about.vue b/src/options/about.vue index 5ba7955..5764300 100644 --- a/src/options/about.vue +++ b/src/options/about.vue @@ -5,8 +5,8 @@
Having an issue? Report undocumented features bugs using one of the following options: