mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-11 19:08:40 +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()
|
self.back_to_overview()
|
||||||
return
|
return
|
||||||
|
|
||||||
if c == 27:
|
if c == 27 or c == curses.KEY_LEFT:
|
||||||
self.back_to_overview()
|
self.back_to_overview()
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue