From 8209e55a3323cd587e060f89fd4d48648916a4ce Mon Sep 17 00:00:00 2001 From: silversword411 Date: Mon, 6 Dec 2021 22:49:45 -0500 Subject: [PATCH] Adding Github repo to Help menu --- src/components/FileBar.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/FileBar.vue b/src/components/FileBar.vue index edebfd1..2bac216 100644 --- a/src/components/FileBar.vue +++ b/src/components/FileBar.vue @@ -127,6 +127,9 @@ Documentation + + GitHub Repo + Bug Report @@ -227,6 +230,9 @@ export default { openHelp(mode) { let url; switch (mode) { + case "github": + url = "https://github.com/wh1te909/tacticalrmm/"; + break; case "docs": url = "https://wh1te909.github.io/tacticalrmm/"; break;