This commit is contained in:
2023-04-26 18:05:56 +00:00
parent 86dd591459
commit 9932d05778

View File

@@ -634,7 +634,9 @@ export default {
) { ) {
window.$gz.eventBus.$emit( window.$gz.eventBus.$emit(
"notify-info", "notify-info",
`AyaNova update available ${vm.$store.state.globalSettings.latestVersion}`, `${vm.$ay.t("ServerUpdateAvailable")} ${
vm.$store.state.globalSettings.latestVersion
}`,
vm.$store.state.globalSettings.changeLogUrl, vm.$store.state.globalSettings.changeLogUrl,
5000 5000
); );