mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-02 14:44:21 +00:00
[GTK] Set default file priority to 4 in add dialog
This commit is contained in:
parent
944dc1659f
commit
57ea5ef5da
@ -535,7 +535,8 @@ class AddTorrentDialog(component.Component):
|
||||
if not file_dict['download']:
|
||||
files_list.append(0)
|
||||
else:
|
||||
files_list.append(1)
|
||||
# Default lt file priority is 4
|
||||
files_list.append(4)
|
||||
|
||||
return files_list
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user