mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-19 01:06:36 +02:00
add setting to disable welcome message
This commit is contained in:
@ -23,6 +23,9 @@ ui = {
|
||||
// true to show others when you're typing a message in 1-on-1 chats
|
||||
show_typing_self=true;
|
||||
|
||||
// true to show the welcome message on startup
|
||||
show_welcome_msg=true;
|
||||
|
||||
// maximum lines for chat window history
|
||||
history_size=700;
|
||||
};
|
||||
|
Reference in New Issue
Block a user