This commit is contained in:
boufni95 2023-12-14 19:47:20 +01:00
parent f94579b7be
commit 5f7e35a183

View file

@ -91,6 +91,7 @@ export default class Handler {
this.settings.apps.forEach(app => { this.settings.apps.forEach(app => {
this.apps[app.publicKey] = app this.apps[app.publicKey] = app
}) })
this.Connect()
} }
async Connect() { async Connect() {