diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-12-01 07:59:15 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-12-01 07:59:15 +0900 |
| commit | e80709f7aabbc76de19999dc6dfa20a6039bdc32 (patch) | |
| tree | d715dc4118a6a011d86e2f7ef4b216ad0490169c /src/client/app | |
| parent | [ImgBot] Optimize images (#3455) (diff) | |
| download | sharkey-e80709f7aabbc76de19999dc6dfa20a6039bdc32.tar.gz sharkey-e80709f7aabbc76de19999dc6dfa20a6039bdc32.tar.bz2 sharkey-e80709f7aabbc76de19999dc6dfa20a6039bdc32.zip | |
Disable update notification
Diffstat (limited to 'src/client/app')
| -rw-r--r-- | src/client/app/common/scripts/check-for-update.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/app/common/scripts/check-for-update.ts b/src/client/app/common/scripts/check-for-update.ts index 7fe9d8d50c..d0e22ca325 100644 --- a/src/client/app/common/scripts/check-for-update.ts +++ b/src/client/app/common/scripts/check-for-update.ts @@ -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 { |