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:
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user