fix: replace placeholder purple square icons with actual Backspace logo

Regenerate all web icons (favicon, PWA, apple-touch) from master 1024x1024
icon.png. Add BrowserWindow icon property for Windows/Linux taskbar icon
in Electron dev mode.
This commit is contained in:
Jannis Braun
2026-03-16 04:01:52 +01:00
parent 2e919445c1
commit da05eb3262
7 changed files with 1 additions and 0 deletions
+1
View File
@@ -185,6 +185,7 @@ function createWindow(): void {
minWidth: 940,
minHeight: 500,
title: 'Backspace',
icon: path.join(__dirname, '..', 'build', 'icon.png'),
titleBarStyle: process.platform === 'darwin' ? 'hiddenInset' : 'default',
backgroundColor: '#313338',
show: false,