icon for browserwindow

This commit is contained in:
Kyle Spearrin 2018-02-24 21:49:05 -05:00
parent da520dbf99
commit becf7aaaa8
2 changed files with 1 additions and 2 deletions

BIN
src/images/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -81,8 +81,7 @@ export class WindowMain {
x: this.windowStates[Keys.mainWindowSize].x,
y: this.windowStates[Keys.mainWindowSize].y,
title: app.getName(),
darkTheme: true,
vibrancy: 'ultra-dark',
icon: path.join(__dirname, '/images/icon.png'),
show: false,
});