Linux updater: better message

This commit is contained in:
DC
2016-03-28 16:19:30 -07:00
parent 86069a7173
commit b8ff4b378b
3 changed files with 11 additions and 17 deletions

View File

@@ -309,7 +309,7 @@ function dispatch (action, ...args) {
}
// Shows a modal saying that we have an update
function updateAvailable(version) {
function updateAvailable (version) {
if (state.saved.skippedVersions && state.saved.skippedVersions.includes(version)) {
console.log('new version skipped by user: v' + version)
return