mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
left arrow goes back to overview from torrent details
This commit is contained in:
parent
7a4006439b
commit
4ff0fb19ee
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@ class TorrentDetail(BaseMode, component.Component):
|
|||
self.back_to_overview()
|
||||
return
|
||||
|
||||
if c == 27:
|
||||
if c == 27 or c == curses.KEY_LEFT:
|
||||
self.back_to_overview()
|
||||
return
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue