diff --git a/src/vector/platform/VectorBasePlatform.js b/src/vector/platform/VectorBasePlatform.js index c3df04f5b7..4bf300a536 100644 --- a/src/vector/platform/VectorBasePlatform.js +++ b/src/vector/platform/VectorBasePlatform.js @@ -39,7 +39,7 @@ export default class VectorBasePlatform extends BasePlatform { super(); // The 'animations' are really low framerate and look terrible. - // Also it re-starts the animationb every time you set the badge, + // Also it re-starts the animation every time you set the badge, // and we set the state each time, even if the value hasn't changed, // so we'd need to fix that if enabling the animation. this.favicon = new Favico({animation: 'none'}); @@ -117,6 +117,10 @@ export default class VectorBasePlatform extends BasePlatform { }) } + getUpdateCheckStatusEnum() { + return updateCheckStatusEnum; + } + /** * Update the currently running app to the latest available * version and replace this instance of the app with the