chore: remove setDesktopName call
No longer needed without an installed .desktop file
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user