mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
Merge pull request #15784 from PrestonB1123/yellowStatus
BUGZ-685: StatusIndicator is yellow in specific cases
This commit is contained in:
commit
caba398645
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ function simplifiedStatusIndicator(properties) {
|
|||
|
||||
|
||||
// When avatar goes away, set status to busy
|
||||
var previousStatus;
|
||||
var previousStatus = "available";
|
||||
function onWentAway() {
|
||||
previousStatus = currentStatus;
|
||||
if (currentStatus !== "busy") {
|
||||
|
|
Loading…
Reference in a new issue