diff --git a/index.json b/index.json index 7aa7707..4871597 100644 --- a/index.json +++ b/index.json @@ -1,12 +1,7 @@ { "plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py", "versions": { - "1.0.18": { - "api_version": 8, - "commit_sha": "3048523", - "released_on": "28-04-2024", - "md5sum": "d6bfcd47829f605806f68f39d40efc67" - }, + "1.0.18": null, "1.0.17": { "api_version": 8, "commit_sha": "02530f0", diff --git a/plugin_manager.py b/plugin_manager.py index 2108448..a07edb9 100644 --- a/plugin_manager.py +++ b/plugin_manager.py @@ -1927,7 +1927,7 @@ class PluginManagerWindow(bui.Window): ) filter_text = bui.textwidget(parent=self._root_widget, query=self._filter_widget) await self.draw_plugin_names( - self.selected_category, refresh=True, order=self.selected_alphabet_order + self.selected_category, search_term=filter_text, refresh=True, order=self.selected_alphabet_order ) def draw_search_bar(self):