mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
Fix console not working with an empty session
This commit is contained in:
parent
ae8751461a
commit
a73fb338f1
1 changed files with 1 additions and 1 deletions
|
@ -1139,7 +1139,7 @@ class AllTorrents(BaseMode, component.Component):
|
||||||
reactor.stop()
|
reactor.stop()
|
||||||
return
|
return
|
||||||
|
|
||||||
if self.numtorrents == 0 or self.popup:
|
if self.numtorrents < 0:
|
||||||
return
|
return
|
||||||
|
|
||||||
elif self.entering_search:
|
elif self.entering_search:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue