feat: desktop compatibility, beta 1
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user