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

show connection change message in chat windows

This commit is contained in:
Jfreegman
2014-08-31 14:17:33 -04:00
parent 52bc874675
commit 934459dea8
2 changed files with 18 additions and 1 deletions

View File

@@ -208,6 +208,7 @@ int settings_load(struct user_settings *s, const char *patharg)
ui_defaults(s);
tox_defaults(s);
key_defaults(s);
#ifdef _AUDIO
audio_defaults(s);
#endif