mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-11-07 17:36:00 +00:00
updated export plugin to babase.Plugin
This commit is contained in:
parent
1b54dc397b
commit
118bcc9571
48 changed files with 91 additions and 85 deletions
|
|
@ -60,7 +60,7 @@ def modified_get_store_layout() -> Dict[str, List[Dict[str, Any]]]:
|
|||
return layout
|
||||
|
||||
|
||||
# ba_meta export plugin
|
||||
# ba_meta export babase.Plugin
|
||||
class Main(babase.Plugin):
|
||||
def on_app_running(self) -> None:
|
||||
bui.app.classic.store.get_store_layout = modified_get_store_layout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue