mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-19 22:58:30 +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()
|
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…
x
Reference in New Issue
Block a user