diff --git a/frontend/electron/main.cjs b/frontend/electron/main.cjs index a5c3508..15bbd7c 100644 --- a/frontend/electron/main.cjs +++ b/frontend/electron/main.cjs @@ -166,8 +166,6 @@ function createWindow() { } // ── App lifecycle ────────────────────────────────────────────────────────────── -if (process.platform === 'linux') app.setDesktopName('wallet-generator.desktop') - app.whenReady().then(createWindow) app.on('window-all-closed', () => {