fix: show editor devtools in dev

This commit is contained in:
Hachi-R 2025-01-17 12:29:03 -03:00
parent c4f5d17b40
commit 3f29a78593

View File

@ -232,7 +232,7 @@ export class WindowManager {
editorWindow.show();
});
// if (!app.isPackaged) editorWindow.webContents.openDevTools();
if (!app.isPackaged) editorWindow.webContents.openDevTools();
}
}