This commit is contained in:
2020-06-24 22:28:15 +00:00
parent 6bb3ac290c
commit 9aa60dae7a
21 changed files with 61 additions and 61 deletions

View File

@@ -192,18 +192,18 @@ function generateMenu(vm) {
let menuOptions = {
isMain: false,
icon: "fa-info-circle",
title: vm.$ay.t("HelpAboutAyaNova"),
title: "HelpAboutAyaNova",
helpUrl: "form-ay-about",
menuItems: [
{
title: vm.$ay.t("CopySupportInfo"),
title: "CopySupportInfo",
icon: "fa-copy",
surface: false,
key: "about:copysupportinfo",
vm: vm
},
{
title: vm.$ay.t("Log"),
title: "Log",
icon: "fa-glasses",
surface: false,
key: "app:nav:log",