From 3c1654764c526c2aec488fd785266364754a3d26 Mon Sep 17 00:00:00 2001
From: Trent Larson
Date: Sun, 10 Dec 2023 09:20:03 -0700
Subject: [PATCH] add commit hash to help page
---
src/views/HelpView.vue | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/views/HelpView.vue b/src/views/HelpView.vue
index f16d1f593..5739bd841 100644
--- a/src/views/HelpView.vue
+++ b/src/views/HelpView.vue
@@ -214,9 +214,7 @@
What app version is this?
-
- {{ package.version }}
-
+ {{ package.version }} ({{ commitHash }})
For any other questions, including removing your data:
@@ -246,6 +244,7 @@ export default class Help extends Vue {
$notify!: (notification: Notification, timeout?: number) => void;
package = Package;
+ commitHash = process.env.VUE_APP_GIT_HASH;
showOnboardInfo() {
this.$notify(