mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-07 16:06:35 +01:00
a small fixes
This commit is contained in:
@@ -3,10 +3,12 @@
|
||||
*/
|
||||
|
||||
#define SIDEBAR_WIDTH 16
|
||||
#define CHATBOX_HEIGHT 4
|
||||
|
||||
/* Limits # of peers in sidepanel (make this go away) */
|
||||
#define MAX_GROUP_PEERS 500
|
||||
/* If this limit is reached the chat will still work
|
||||
but the side panel and channel updates will be frozen.
|
||||
|
||||
TODO: Make this not necessary */
|
||||
#define MAX_GROUP_PEERS 1000
|
||||
|
||||
typedef struct {
|
||||
int chatwin;
|
||||
|
||||
Reference in New Issue
Block a user