mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
Fix open folder
This commit is contained in:
parent
e70a09b6e4
commit
4ae8faa3ef
1 changed files with 2 additions and 2 deletions
|
@ -744,8 +744,8 @@ window, please enter your password"))
|
|||
if not common.windows_check():
|
||||
file_manager = "xdg-open"
|
||||
else:
|
||||
file_namager = "explorer.exe"
|
||||
common.exec_command(file_manager, torrent_path)
|
||||
file_manager = "explorer.exe"
|
||||
common.exec_command(file_manager, torrent_path)
|
||||
|
||||
except KeyError:
|
||||
pass
|
||||
|
|
Loading…
Add table
Reference in a new issue