mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-16 23:13:03 +01:00
Fix bug showing friends with busy status as online
This commit is contained in:
parent
0fc1d9e994
commit
a2f0f298aa
@ -1223,7 +1223,7 @@ static void chat_onDraw(ToxWindow *self, Tox *m)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case TOX_USER_STATUS_BUSY:
|
case TOX_USER_STATUS_BUSY:
|
||||||
colour = STATUS_ONLINE;
|
colour = STATUS_BUSY;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user