mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-12 20:44:50 +00:00
Increase max piece size to 16 MiB in create torrent dialog
Increasing it beyond this will require changes to createtorrentdialog.py
This commit is contained in:
parent
4c32aa14d0
commit
2cb77d17ce
@ -7,6 +7,7 @@
|
|||||||
* Show the checking icon for torrents in the 'Checking Resume Data' state
|
* Show the checking icon for torrents in the 'Checking Resume Data' state
|
||||||
* #1195: Fix right-click selecting issue when switching between folders and files
|
* #1195: Fix right-click selecting issue when switching between folders and files
|
||||||
* Add F2 key shortcut for renaming filenames in the Files Tab
|
* Add F2 key shortcut for renaming filenames in the Files Tab
|
||||||
|
* Increase max piece size to 16 MiB in create torrent dialog
|
||||||
|
|
||||||
=== AutoAdd ===
|
=== AutoAdd ===
|
||||||
* #1861: Fix AutoAdd Warning (column number is a boolean)
|
* #1861: Fix AutoAdd Warning (column number is a boolean)
|
||||||
|
@ -558,6 +558,7 @@
|
|||||||
2 MiB
|
2 MiB
|
||||||
4 MiB
|
4 MiB
|
||||||
8 MiB
|
8 MiB
|
||||||
|
16 MiB
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
<packing>
|
<packing>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user