mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Fixed a Small Mistake
This commit is contained in:
parent
d8bb90fa7e
commit
5d99e56b06
1 changed files with 1 additions and 1 deletions
|
|
@ -64,4 +64,4 @@ def modified_get_store_layout() -> Dict[str, List[Dict[str, Any]]]:
|
||||||
# ba_meta export plugin
|
# ba_meta export plugin
|
||||||
class Main(ba.Plugin):
|
class Main(ba.Plugin):
|
||||||
def on_app_running(self) -> None:
|
def on_app_running(self) -> None:
|
||||||
ba.internal.get_store_layout =
|
ba.internal.get_store_layout = modified_get_store_layout
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue