diff --git a/ayanova/src/App.vue b/ayanova/src/App.vue index 3df192d7..ead24250 100644 --- a/ayanova/src/App.vue +++ b/ayanova/src/App.vue @@ -179,7 +179,8 @@ export default { ); } - //Now see if there is a help item or not and add it if not` + //Now see if there is a help item already that is contextual or if not then add a generic link to the start of docs + TODO: check here if there is already an item that has a key that starts with "app:help:" instead of using the specialHelpLInk if (!hasSpecialHelpLink) { that.appBar.mainMenuItems.push({ title: this.$gzlocale.get("MenuHelp"),