1
0
mirror of https://github.com/Tha14/toxic.git synced 2026-01-24 15:13:15 +01:00

Add config option for the notification timeout duration

This commit is contained in:
Rob Levitsky
2018-11-05 22:40:51 -05:00
parent 73aaa44d12
commit f7b73af9a7
6 changed files with 17 additions and 1 deletions

View File

@@ -49,6 +49,7 @@ struct user_settings {
int colour_theme; /* boolean (0 for default toxic colours) */
int history_size; /* int between MIN_HISTORY and MAX_HISTORY */
int notification_timeout;
int show_typing_self; /* boolean */
int show_typing_other; /* boolean */
int show_welcome_msg; /* boolean */