mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 15:47:02 +02:00
changed status indicator to be similar to nametag and emoji
This commit is contained in:
parent
57a309db53
commit
531dceae4d
1 changed files with 3 additions and 1 deletions
|
@ -247,4 +247,6 @@ function SimplifiedStatusIndicator() {
|
||||||
startup();
|
startup();
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = new SimplifiedStatusIndicator();
|
var simplifiedStatusIndicator = new SimplifiedStatusIndicator();
|
||||||
|
|
||||||
|
module.exports = simplifiedStatusIndicator;
|
Loading…
Reference in a new issue