autoaccept of files added

This commit is contained in:
ingvar1995 2016-03-18 19:33:54 +03:00
parent 976a6c139d
commit ff8aeef8af
4 changed files with 71 additions and 25 deletions

View file

@ -53,6 +53,7 @@ class Settings(Singleton, dict):
'save_history': False,
'allow_inline': True,
'allow_auto_accept': False,
'auto_accept_path': None,
'show_online_friends': False,
'auto_accept_from_friends': [],
'friends_aliases': [],