mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 05:47:50 +00:00
left arrow goes back to overview from torrent details
This commit is contained in:
parent
7a4006439b
commit
4ff0fb19ee
@ -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…
x
Reference in New Issue
Block a user