Create WebTorrent app icon

For #120.
This commit is contained in:
Feross Aboukhadijeh
2016-03-10 00:09:21 -08:00
parent 7b715622eb
commit 7c94c4166c
6 changed files with 19 additions and 9 deletions

View File

@@ -20,6 +20,7 @@ function createMainWindow (menu) {
autoHideMenuBar: true, // Hide top menu bar unless Alt key is pressed (Windows, Linux)
backgroundColor: '#282828',
darkTheme: true, // Forces dark theme (GTK+3 only)
icon: config.APP_ICON,
minWidth: 375,
minHeight: 38 + (120 * 2), // header height + 2 torrents
show: false, // Hide window until DOM finishes loading