This commit is contained in:
2022-02-22 19:51:21 +00:00
parent 521a77324f
commit 07036364f4
3 changed files with 86 additions and 57 deletions

View File

@@ -210,9 +210,9 @@ function generateMenu(vm) {
helpUrl: "ay-about",
menuItems: [
{
title: "CopySupportInfo",
title: "Copy",
icon: "$ayiCopy",
key: "about:copysupportinfo",
key: "about:copy",
vm: vm
},
{
@@ -259,7 +259,7 @@ function clickHandler(menuItem) {
data: "license"
});
break;
case "copysupportinfo":
case "copy":
//put the support info on the clipboard:
{
const element = document.getElementById("ayaNovaVersioncard");
@@ -297,7 +297,6 @@ async function fetchTranslatedText() {
await window.$gz.translation.cacheTranslations([
"HelpAboutAyaNova",
"HelpTechSupport",
"CopySupportInfo",
"Server",
"Version",
"SchemaVersion",