mirror of
https://github.com/lubosz/overte.git
synced 2025-04-07 15:22:09 +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();
|
||||
}
|
||||
|
||||
module.exports = new SimplifiedStatusIndicator();
|
||||
var simplifiedStatusIndicator = new SimplifiedStatusIndicator();
|
||||
|
||||
module.exports = simplifiedStatusIndicator;
|
Loading…
Reference in a new issue