mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-23 01:40:08 +00:00
respect pref on compact_alloc
This commit is contained in:
parent
8c13820fbc
commit
ccad71c134
@ -651,7 +651,7 @@ class DelugeGTK(dbus.service.Object):
|
|||||||
path = dgtk.show_directory_chooser_dialog(self.window)
|
path = dgtk.show_directory_chooser_dialog(self.window)
|
||||||
if path is None:
|
if path is None:
|
||||||
return
|
return
|
||||||
unique_id = self.manager.add_torrent(torrent, path, True)
|
unique_id = self.manager.add_torrent(torrent, path, self.pref.get('use_compact_storage', bool))
|
||||||
if append:
|
if append:
|
||||||
self.store.append(self.get_list_from_unique_id(unique_id))
|
self.store.append(self.get_list_from_unique_id(unique_id))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user