mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2026-08-15 13:03:08 +00:00
Use shortcut class name for colorscheme export
This commit is contained in:
parent
decdc815e3
commit
1e3999b96a
2 changed files with 3 additions and 8 deletions
|
|
@ -223,12 +223,7 @@
|
|||
}
|
||||
],
|
||||
"versions": {
|
||||
"2.0.0": {
|
||||
"api_version": 8,
|
||||
"commit_sha": "d10ede0",
|
||||
"released_on": "16-05-2023",
|
||||
"md5sum": "8937918bd79435eaa167fd70cb8046ed"
|
||||
},
|
||||
"2.0.0": null,
|
||||
"1.2.3": {
|
||||
"api_version": 7,
|
||||
"commit_sha": "7753b87",
|
||||
|
|
@ -715,4 +710,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -416,7 +416,7 @@ def load_plugin():
|
|||
load_colorscheme()
|
||||
|
||||
|
||||
# ba_meta export babase.Plugin
|
||||
# ba_meta export plugin
|
||||
class Main(babase.Plugin):
|
||||
def on_app_running(self):
|
||||
load_plugin()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue