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.
@@ -185,6 +185,7 @@ function createWindow(): void {
|
|||||||
minWidth: 940,
|
minWidth: 940,
|
||||||
minHeight: 500,
|
minHeight: 500,
|
||||||
title: 'Backspace',
|
title: 'Backspace',
|
||||||
|
icon: path.join(__dirname, '..', 'build', 'icon.png'),
|
||||||
titleBarStyle: process.platform === 'darwin' ? 'hiddenInset' : 'default',
|
titleBarStyle: process.platform === 'darwin' ? 'hiddenInset' : 'default',
|
||||||
backgroundColor: '#313338',
|
backgroundColor: '#313338',
|
||||||
show: false,
|
show: false,
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 562 B After Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 82 B After Width: | Height: | Size: 914 B |
|
Before Width: | Height: | Size: 104 B After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 592 B After Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 210 KiB |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 190 KiB |