mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 20:14:13 +00:00
Fix the allocate mode not being preserved when selecting different
torrents in addtorrentdialog
This commit is contained in:
parent
9ec3c9ec91
commit
dadb74477e
@ -326,6 +326,8 @@ class AddTorrentDialog(component.Component):
|
||||
self.glade.get_widget("entry_download_path").set_text(
|
||||
options["download_location"])
|
||||
|
||||
self.glade.get_widget("radio_full").set_active(
|
||||
not options["compact_allocation"])
|
||||
self.glade.get_widget("radio_compact").set_active(
|
||||
options["compact_allocation"])
|
||||
self.glade.get_widget("spin_maxdown").set_value(
|
||||
|
Loading…
x
Reference in New Issue
Block a user