changed status indicator to be similar to nametag and emoji

This commit is contained in:
milad 2019-09-05 10:29:25 -07:00
parent 57a309db53
commit 531dceae4d

View file

@ -247,4 +247,6 @@ function SimplifiedStatusIndicator() {
startup();
}
module.exports = new SimplifiedStatusIndicator();
var simplifiedStatusIndicator = new SimplifiedStatusIndicator();
module.exports = simplifiedStatusIndicator;