Merge pull request #1720 from webtorrent/type-issues

Fix a few type errors
This commit is contained in:
Julen Garcia Leunda
2019-10-18 11:26:25 +02:00
committed by GitHub
9 changed files with 10 additions and 15 deletions

View File

@@ -32,7 +32,6 @@ function init (state, options) {
const win = main.win = new electron.BrowserWindow({
backgroundColor: '#282828',
backgroundThrottling: false, // do not throttle animations/timers when page is background
darkTheme: true, // Forces dark theme (GTK+3)
height: initialBounds.height,
icon: getIconPath(), // Window icon (Windows, Linux)