Removed support for windows and linux due tue missing testing

This commit is contained in:
nicco
2018-05-22 21:40:59 +02:00
parent 61e14685c8
commit 2ab2206f4d
2 changed files with 4 additions and 8 deletions

View File

@@ -29,7 +29,7 @@ let charging = undefined
let numMin = 0
let numMax = 0
app.dock.hide()
if (app.dock !== undefined) app.dock.hide()
app.on('ready', () => {
createTray()