This commit is contained in:
Matthias 2021-11-20 18:40:46 +01:00
parent 71f74f9cc4
commit 06e5430948
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -39,6 +39,8 @@ class Plugins:
self.plugins = {}
self.plugins_inactive = {}
self.errors = {} # Holds discovering errors
# flags
self.is_loading = False
self.apps_loading = True # Marks if apps were reloaded yet
@ -48,7 +50,6 @@ class Plugins:
# mixins
self.mixins_globalsettings = {}
self.errors = {} # Holds discovering errors
# region public plugin functions
def load_plugins(self):