typing notifications full support

This commit is contained in:
ingvar1995 2016-04-27 21:10:53 +03:00
parent 1795dca57b
commit 1cacde34f9
6 changed files with 43 additions and 6 deletions

View file

@ -62,7 +62,7 @@ class Settings(Singleton, dict):
'show_online_friends': False,
'auto_accept_from_friends': [],
'friends_aliases': [],
'typing_notifications': True,
'typing_notifications': False,
'calls_sound': True,
'blocked': []
}