Use shortcut class name for colorscheme export

This commit is contained in:
Rikko 2023-05-17 05:14:55 +05:30
parent decdc815e3
commit 1e3999b96a
2 changed files with 3 additions and 8 deletions

View file

@ -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 @@
}
}
}
}
}

View file

@ -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()