mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +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():
|
if not common.windows_check():
|
||||||
file_manager = "xdg-open"
|
file_manager = "xdg-open"
|
||||||
else:
|
else:
|
||||||
file_namager = "explorer.exe"
|
file_manager = "explorer.exe"
|
||||||
common.exec_command(file_manager, torrent_path)
|
common.exec_command(file_manager, torrent_path)
|
||||||
|
|
||||||
except KeyError:
|
except KeyError:
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue