Windows Volume Mixer fix (#387)

Made a smaller version (32x32) of the .png icon
This commit is contained in:
Karlo Luis Martinez Martos
2016-04-12 23:15:10 -08:00
committed by DC
parent b10f8c5bed
commit 304b81908d
2 changed files with 1 additions and 1 deletions

View File

@@ -85,7 +85,7 @@ function createMainWindow () {
var win = windows.main = new electron.BrowserWindow({
backgroundColor: '#1E1E1E',
darkTheme: true, // Forces dark theme (GTK+3)
icon: config.APP_ICON + '.png',
icon: config.APP_ICON + 'Smaller.png', // Window and Volume Mixer icon.
minWidth: config.WINDOW_MIN_WIDTH,
minHeight: config.WINDOW_MIN_HEIGHT,
show: false, // Hide window until DOM finishes loading

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB