This commit is contained in:
2019-04-17 00:03:43 +00:00
parent 635f8aa94d
commit 23f0c72d39

View File

@@ -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) { if (!hasSpecialHelpLink) {
that.appBar.mainMenuItems.push({ that.appBar.mainMenuItems.push({
title: this.$gzlocale.get("MenuHelp"), title: this.$gzlocale.get("MenuHelp"),