Disable update notification

This commit is contained in:
syuilo 2018-12-01 07:59:15 +09:00
parent cb71f92f42
commit e80709f7aa
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
1 changed files with 2 additions and 2 deletions

View File

@ -21,12 +21,12 @@ export default async function($root: any, force = false, silent = false) {
console.error(e);
}
if (!silent) {
/*if (!silent) {
$root.alert({
title: $root.$t('@.update-available-title'),
text: $root.$t('@.update-available', { newer, current })
});
}
}*/
return newer;
} else {