mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-29 04:34:57 +00:00
Fix console not working with an empty session
This commit is contained in:
parent
ae8751461a
commit
a73fb338f1
@ -1139,7 +1139,7 @@ class AllTorrents(BaseMode, component.Component):
|
||||
reactor.stop()
|
||||
return
|
||||
|
||||
if self.numtorrents == 0 or self.popup:
|
||||
if self.numtorrents < 0:
|
||||
return
|
||||
|
||||
elif self.entering_search:
|
||||
|
Loading…
x
Reference in New Issue
Block a user