Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
Fix dropping search query
Browse files Browse the repository at this point in the history
  • Loading branch information
qstokkink committed Apr 17, 2024
1 parent 6c67b10 commit 709a960
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tribler/gui/widgets/tablecontentmodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,7 @@ def __init__(self, original_query, **kwargs):
self.original_query = original_query
self.remote_results = {}
title = self.format_title()
kwargs["text_filter"] = original_query
super().__init__(channel_info={"name": title}, **kwargs)
self.remote_results_received = False
self.postponed_remote_results = []
Expand Down

0 comments on commit 709a960

Please sign in to comment.