1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-20 07:46:35 +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

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