Skip to content

Commit

Permalink
fix 'Clear Search Results' case
Browse files Browse the repository at this point in the history
  • Loading branch information
xy committed Dec 18, 2024
1 parent 777a260 commit 086a079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librer.py
Original file line number Diff line number Diff line change
Expand Up @@ -4583,7 +4583,7 @@ def open_item(self,item=None):
tags=self_SYMLINK
else:
tags=''
if entry_subpath_tuple in record_find_results_tuples_set:
if self.any_valid_find_results and entry_subpath_tuple in record_find_results_tuples_set:
tags=self_FOUND

#('data','record','opened','path','size','size_h','ctime','ctime_h','kind')
Expand Down

0 comments on commit 086a079

Please sign in to comment.