refactoring - login screen, incorrect refs
This commit is contained in:
parent
1bead7d55d
commit
85467e1885
21 changed files with 302 additions and 254 deletions
|
|
@ -9,6 +9,8 @@ class FileTransfersHandler:
|
|||
self._tox = tox
|
||||
self._settings = settings
|
||||
self._file_transfers = {}
|
||||
self._paused_file_transfers = dict(settings['paused_file_transfers'])
|
||||
# key - file id, value: [path, friend number, is incoming, start position]
|
||||
|
||||
# -----------------------------------------------------------------------------------------------------------------
|
||||
# File transfers support
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue