mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
on_app_launch -> on_app_running
This commit is contained in:
parent
a94f7af823
commit
1cdfd7b722
1 changed files with 1 additions and 1 deletions
|
|
@ -657,7 +657,7 @@ class NewAllSettingsWindow(ba.Window):
|
||||||
|
|
||||||
# ba_meta export plugin
|
# ba_meta export plugin
|
||||||
class EntryPoint(ba.Plugin):
|
class EntryPoint(ba.Plugin):
|
||||||
def on_app_launch(self) -> None:
|
def on_app_running(self) -> None:
|
||||||
"""Called when the app is being launched."""
|
"""Called when the app is being launched."""
|
||||||
from bastd.ui.settings import allsettings
|
from bastd.ui.settings import allsettings
|
||||||
allsettings.AllSettingsWindow = NewAllSettingsWindow
|
allsettings.AllSettingsWindow = NewAllSettingsWindow
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue