pw info response update, loading submodules

This commit is contained in:
mrfry 2021-04-21 12:07:13 +02:00
parent 8bb5ea8bcf
commit 082d983b40
6 changed files with 24 additions and 9 deletions

View file

@ -159,6 +159,12 @@ function GetApp(): ModuleType {
})
}
submoduleDatas.forEach((data) => {
if (data.load) {
data.load()
}
})
return {
dailyAction: DailyAction,
app: app,