Fixed issue where the loading indicator went away to fast on search
This commit is contained in:
@@ -317,7 +317,8 @@ class MainWindow(Gtk.ApplicationWindow):
|
||||
|
||||
# If all results are back, the stop the loading indicator.
|
||||
if is_last_in_batch:
|
||||
self.set_search_loading(False)
|
||||
if idx == self.search_idx - 1:
|
||||
self.set_search_loading(False)
|
||||
self.latest_returned_search_idx = idx
|
||||
|
||||
self.update_search_results(result)
|
||||
|
Reference in New Issue
Block a user