main.py: loginscreen now gets list of profiles
This commit is contained in:
parent
23969b7e2a
commit
f11f226890
2 changed files with 11 additions and 4 deletions
|
@ -36,7 +36,7 @@ class Settings(dict):
|
|||
'auto_accept_from_friends': [],
|
||||
'friends_aliases': [],
|
||||
'typing_notifications': True,
|
||||
'auto_profile': ''
|
||||
'auto_profile': None
|
||||
}
|
||||
|
||||
def save(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue