change interface to UpdateCheckBar and change launching mechanism

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2017-06-11 19:12:40 +01:00
parent 98e99d542b
commit 6ead97c7a6
3 changed files with 5 additions and 12 deletions

View file

@ -127,7 +127,7 @@ module.exports = React.createClass({
newVersion: null,
hasNewVersion: false,
newVersionReleaseNotes: null,
checkingForUpdate: false,
checkingForUpdate: null,
// The username to default to when upgrading an account from a guest
upgradeUsername: null,
@ -1111,7 +1111,7 @@ module.exports = React.createClass({
newVersion: latest,
hasNewVersion: current !== latest,
newVersionReleaseNotes: releaseNotes,
checkingForUpdate: false,
checkingForUpdate: null,
});
},