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:

@@ -32,11 +32,34 @@ \ No newline at end of file diff --git a/src/popup/panels/AboutPanel.vue b/src/popup/panels/AboutPanel.vue index fddf67b..b60b6b5 100644 --- a/src/popup/panels/AboutPanel.vue +++ b/src/popup/panels/AboutPanel.vue @@ -7,8 +7,8 @@ Having an issue?
Report undocumented features bugs using one of the following options:
If reporting perfomrance/RAM usage issue, please include your CPU model and RAM. @@ -19,11 +19,34 @@