update for new prefs
This commit is contained in:
parent
a349e5e6b9
commit
8bb4ea33aa
|
@ -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…
Reference in New Issue