mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 13:07:04 +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
|
// When avatar goes away, set status to busy
|
||||||
var previousStatus;
|
var previousStatus = "available";
|
||||||
function onWentAway() {
|
function onWentAway() {
|
||||||
previousStatus = currentStatus;
|
previousStatus = currentStatus;
|
||||||
if (currentStatus !== "busy") {
|
if (currentStatus !== "busy") {
|
||||||
|
|
Loading…
Reference in a new issue