diff --git a/src/csui/src/PlayerUiPanels/AboutPanel.vue b/src/csui/src/PlayerUiPanels/AboutPanel.vue index 06f1c0b..8eaa3cb 100644 --- a/src/csui/src/PlayerUiPanels/AboutPanel.vue +++ b/src/csui/src/PlayerUiPanels/AboutPanel.vue @@ -10,7 +10,7 @@
- You may report undocumented features bugs using one of the following options (in order of preference):
+ Please report undocumented features bugs using one of the following options (in order of preference):
+ Please report undocumented features bugs using one of the following options (in order of preference):
+
+ When reporting bugs, please include extension version, whether you installed the extension from, and description of your problem. +
++
If you think I deserve money for the work I did up to this point, you can bankroll my caffeine addiction. @@ -35,6 +48,16 @@ export default({ props: [ 'settings' ], + data() { + return { + // reminder — webextension-polyfill doesn't seem to work in vue! + addonVersion: BrowserDetect.firefox ? chrome.runtime.getManifest().version : chrome.runtime.getManifest().version, + addonSource: BrowserDetect.processEnvVersion, + mailtoLink: '', + redditLink: '', + showEasterEgg: false, + } + }, mounted() { this.settings.active.whatsNewChecked = true; this.settings.saveWithoutReload();