feat: add application icons to main window and build configuration
This commit is contained in:
@@ -11,6 +11,7 @@ function createWindow() {
|
||||
height: 820,
|
||||
minWidth: 1000,
|
||||
minHeight: 700,
|
||||
icon: path.join(__dirname, 'docs', 'dekupai-logo.png'), // Custom app logo
|
||||
frame: false, // Sleek frameless design
|
||||
transparent: false, // Set to false to avoid rendering bugs on some Windows setups
|
||||
backgroundColor: '#0a0a0f', // Dark baseline background
|
||||
|
||||
Reference in New Issue
Block a user