We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ad521 commit ab49d9bCopy full SHA for ab49d9b
src-electron/service/app/index.ts
@@ -57,8 +57,7 @@ export class AppService implements AppServiceTrait {
57
app.whenReady().then(
58
async () => {
59
log.info(`Starting service ${ServiceType.maa}...`);
60
- // await this._maaService.create();
61
- await new Promise((resolve) => resolve(true));
+ await this._maaService.create();
62
log.info(`Service ${ServiceType.maa} started`);
63
log.info(`Starting service ${ServiceType.tray}...`);
64
this._trayService.create();
0 commit comments