fix(monorepo/desktop): remote not working

This commit is contained in:
Elian Doran
2025-04-24 22:16:59 +03:00
parent e8095e8056
commit 7935b250d0
3 changed files with 9 additions and 6 deletions

View File

@@ -134,7 +134,7 @@ export default async function buildApp() {
startScheduledCleanup();
if (utils.isElectron) {
(await import("@electron/remote/main/index.js")).initialize();
(await import("@electron/remote/main")).initialize();
}
return app;