mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
explorer fix
This commit is contained in:
parent
c4b5101189
commit
918da976cb
1 changed files with 1 additions and 1 deletions
|
@ -704,7 +704,7 @@ window, please enter your password"))
|
|||
file_manager = "thunar"
|
||||
else:
|
||||
file_manager = self.config.get("open_folder_location")
|
||||
elif self.config.get("file_manager") == common.FileManager.explorer:
|
||||
else:
|
||||
file_manager = "explorer.exe"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue