mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-19 00:56:35 +02:00
Add config option for the notification timeout duration
This commit is contained in:
@ -53,6 +53,9 @@ ui = {
|
||||
// maximum lines for chat window history
|
||||
history_size=700;
|
||||
|
||||
// time in milliseconds to display a notification
|
||||
notification_timeout=3000;
|
||||
|
||||
// Indicator for display when someone connects or joins a group.
|
||||
line_join="-->";
|
||||
|
||||
|
Reference in New Issue
Block a user