This commit is contained in:
@@ -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
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user