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…
Reference in New Issue