mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
respect pref on compact_alloc
This commit is contained in:
parent
8c13820fbc
commit
ccad71c134
1 changed files with 1 additions and 1 deletions
|
@ -651,7 +651,7 @@ class DelugeGTK(dbus.service.Object):
|
|||
path = dgtk.show_directory_chooser_dialog(self.window)
|
||||
if path is None:
|
||||
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:
|
||||
self.store.append(self.get_list_from_unique_id(unique_id))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue