mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 00:04:15 +02:00
[fix][ui] not calling initial required tasks after enabling a new package type on settings
This commit is contained in:
@@ -251,6 +251,10 @@ class WebApplicationManager(SoftwareManager):
|
||||
|
||||
index = self._read_search_index()
|
||||
|
||||
if not index and self.suggestions_downloader and self.suggestions_downloader.is_alive():
|
||||
self.suggestions_downloader.join()
|
||||
index = self._read_search_index()
|
||||
|
||||
if index:
|
||||
split_words = lower_words.split(' ')
|
||||
singleword = ''.join(lower_words)
|
||||
|
||||
Reference in New Issue
Block a user