main.py: loginscreen now gets list of profiles

This commit is contained in:
ingvar1995 2016-02-18 20:13:55 +03:00
parent 23969b7e2a
commit f11f226890
2 changed files with 11 additions and 4 deletions

View file

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