Skip to content

Commit 3d20a64

Browse files
committed
export enum via method for convenience from matrix-react-sdk
1 parent be34c84 commit 3d20a64

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/vector/platform/VectorBasePlatform.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default class VectorBasePlatform extends BasePlatform {
3939
super();
4040

4141
// The 'animations' are really low framerate and look terrible.
42-
// Also it re-starts the animationb every time you set the badge,
42+
// Also it re-starts the animation every time you set the badge,
4343
// and we set the state each time, even if the value hasn't changed,
4444
// so we'd need to fix that if enabling the animation.
4545
this.favicon = new Favico({animation: 'none'});
@@ -117,6 +117,10 @@ export default class VectorBasePlatform extends BasePlatform {
117117
})
118118
}
119119

120+
getUpdateCheckStatusEnum() {
121+
return updateCheckStatusEnum;
122+
}
123+
120124
/**
121125
* Update the currently running app to the latest available
122126
* version and replace this instance of the app with the

0 commit comments

Comments
 (0)