diff --git a/deluge/ui/console/modes/alltorrents.py b/deluge/ui/console/modes/alltorrents.py index f1582e6f9..66bafebe0 100644 --- a/deluge/ui/console/modes/alltorrents.py +++ b/deluge/ui/console/modes/alltorrents.py @@ -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: