feat: desktop compatibility, beta 1

This commit is contained in:
Mo
2022-02-03 09:02:09 -06:00
parent 333d4c4808
commit 0f01d296e4
4 changed files with 33 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ export class ApplicationGroup extends SNApplicationGroup {
super(new WebDeviceInterface(bridge));
}
async initialize(callback?: any): Promise<void> {
async initialize(): Promise<void> {
await super.initialize({
applicationCreator: this.createApplication,
});