1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-19 01:16:36 +02:00

Add settings option to disable friend connection change notifications

This commit is contained in:
Jfreegman
2016-02-25 17:06:49 -05:00
parent 93835f0455
commit a474e3bf39
8 changed files with 39 additions and 7 deletions

View File

@ -29,6 +29,9 @@ ui = {
// true to show the welcome message on startup
show_welcome_msg=true;
// true to show friend connection change messages on the home screen
show_connection_msg=true;
// maximum lines for chat window history
history_size=700;
@ -57,7 +60,7 @@ audio = {
// preferred audio output device; numbers correspond to /lsdev out
output_device=0;
// default VAD treshold; float (recommended values are around 40)
VAD_treshold=40.0;
};