menu updates

This commit is contained in:
ingvar1995 2016-02-25 14:22:15 +03:00
parent 3147d8d14e
commit 5e951b3387
3 changed files with 23 additions and 11 deletions

View file

@ -38,7 +38,8 @@ class Settings(dict, Singleton):
'auto_accept_from_friends': [],
'friends_aliases': [],
'typing_notifications': True,
'auto_profile': None
'auto_profile': None,
'calls_sound': True
}
def save(self):