This commit is contained in:
2019-04-17 19:04:05 +00:00
parent 05dc35b6d6
commit 891154d079
2 changed files with 11 additions and 22 deletions

View File

@@ -179,6 +179,7 @@ export default {
isMain: false,
icon: "fa-splotch",
title: this.$gzlocale.get("Widget"),
helpUrl: "intro/#searching",
menuItems: [
{
title: this.$gzlocale.get("Duplicate"),
@@ -190,11 +191,6 @@ export default {
title: this.$gzlocale.get("Delete"),
icon: "trash-alt",
key: "delete"
},
{
title: this.$gzlocale.get("MenuHelp"),
icon: "question-circle",
key: "app:help:intro/#searching"
}
]
});