chore: remove setDesktopName call

No longer needed without an installed .desktop file
This commit is contained in:
2026-03-10 00:30:14 +01:00
parent 995c665aa0
commit 9475e444ba

View File

@@ -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', () => {