From b2f6a1fdddad9e62aeb11fa3ead83ca115214347 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Sat, 2 Nov 2019 21:58:55 +0100 Subject: [PATCH] Auto-collect extension/browser info in mailto/reddit compose links (and hopefully fix them) --- src/ext/conf/BrowserDetect.js | 1 + src/options/about.vue | 27 +++++++++++++++++++++++++-- src/popup/panels/AboutPanel.vue | 27 +++++++++++++++++++++++++-- 3 files changed, 51 insertions(+), 4 deletions(-) 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 @@