mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
update for new prefs
This commit is contained in:
parent
a349e5e6b9
commit
8bb4ea33aa
1 changed files with 1 additions and 1 deletions
|
@ -633,7 +633,7 @@ class DelugeGTK:
|
|||
file_manager = "nautilus"
|
||||
elif self.config.get("file_manager") == common.FileManager.thunar:
|
||||
file_manager = "thunar"
|
||||
elif self.config.get("open_folder_custom"):
|
||||
else:
|
||||
file_manager = self.config.get("open_folder_location")
|
||||
|
||||
unique_ids = self.get_selected_torrent_rows()
|
||||
|
|
Loading…
Add table
Reference in a new issue