merged upstream, fixed the double tables

This commit is contained in:
nosch
2026-03-08 00:16:15 +01:00
13 changed files with 1129 additions and 74 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ def return_pressed(self):
state.posts = scrapefunc(search_text)
state.trackertable.clear()
state.trackertable.clearContents()
if state.posts == []:
self.show_empty_results(True)