mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-05 05:56:46 +02:00
add ability to toggle groupchat peerlist with ctrl-b
This commit is contained in:
@ -152,9 +152,10 @@ struct ToxWindow {
|
||||
int x;
|
||||
|
||||
bool is_chat;
|
||||
bool is_groupchat;
|
||||
bool is_prompt;
|
||||
bool is_friendlist;
|
||||
bool is_groupchat;
|
||||
int show_peerlist; /* used to toggle groupchat peerlist */
|
||||
|
||||
WINDOW_ALERTS alert;
|
||||
|
||||
|
Reference in New Issue
Block a user