From dbc0c8c7413a72cb3f728cfe30c276d07d026fbf Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Mon, 30 Nov 2020 00:50:13 +0100 Subject: [PATCH] Fix 'about' section of the options page --- src/options/about.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/options/about.vue b/src/options/about.vue index 5f14955..bab78ae 100644 --- a/src/options/about.vue +++ b/src/options/about.vue @@ -38,12 +38,14 @@ import Settings from '../ext/lib/Settings'; export default { data() { return { - addonVersion: Settings.getVersion(), + addonVersion: '[extension version not loaded. This is a bug.]', mailtoLink: 'mailto:tamius.han@gmail.com', redditLink: '', } }, created() { + this.addonVersion = Settings.getExtensionVersion(); + const messageTemplate = encodeURIComponent( `Describe your issue in more detail. In case of misaligned videos, please provide screenshots. When reporting\ issues with autodetection not detecting aspect ratio correctly, please provide a link with timestamp to the\