mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +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)
|
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…
Add table
Add a link
Reference in a new issue