1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-09-29 04:15:34 +02:00

Fix bug showing friends with busy status as online

This commit is contained in:
jfreegman 2021-04-20 13:29:41 -04:00
parent 0fc1d9e994
commit a2f0f298aa
No known key found for this signature in database
GPG Key ID: 3627F3144076AE63

View File

@ -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;
} }