feat: crash app when ready

This commit is contained in:
Matej Kriz
2026-02-13 17:15:28 +01:00
parent a11fec8841
commit af32358e6c

View File

@@ -175,6 +175,7 @@ const init = async () => {
app.commandLine.appendSwitch('gtk-version', '3');
await app.whenReady();
process.crash();
// Load bridge module first, it is required in both UI and daemon mode
const interceptor = createElectronSessionInterceptor();