Skip to content

Commit ab49d9b

Browse files
committed
- Update sources
1 parent 95ad521 commit ab49d9b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src-electron/service/app/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ export class AppService implements AppServiceTrait {
5757
app.whenReady().then(
5858
async () => {
5959
log.info(`Starting service ${ServiceType.maa}...`);
60-
// await this._maaService.create();
61-
await new Promise((resolve) => resolve(true));
60+
await this._maaService.create();
6261
log.info(`Service ${ServiceType.maa} started`);
6362
log.info(`Starting service ${ServiceType.tray}...`);
6463
this._trayService.create();

0 commit comments

Comments
 (0)