Merge pull request #272 from bombsquad-community/brostosjoined-pre_release

Precondition failed @ python_methods_networking.cc:452: g_base->InLog…
This commit is contained in:
brostos 2024-04-30 12:28:56 +03:00 committed by GitHub
commit cd8535f610
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 458 additions and 338 deletions

View file

@ -2083,8 +2083,10 @@ class PluginManagerWindow(bui.Window):
if self.plugin_manager.categories != {}:
if self.plugin_manager.categories['All'] is not None:
category_plugins = await self.plugin_manager.categories[category if category != 'Installed' else 'All'].get_plugins()
else: return
else: return
else:
return
else:
return
except (KeyError, AttributeError):
no_internet_text = "Make sure you are connected\n to the Internet and try again."
if bui.textwidget(query=self._plugin_manager_status_text) != no_internet_text:

File diff suppressed because it is too large Load diff