[Desktop] Only create frameless window on macOS

This commit is contained in:
Bruno Lemos
2018-12-28 02:42:07 -02:00
parent a4ac69465c
commit a9eddbfeb0

View File

@@ -40,7 +40,7 @@ function getBrowserWindowOptions() {
backgroundColor: '#292c33',
center: true,
darkTheme: true,
frame: false,
frame: process.platform !== 'darwin',
fullscreenable: true,
resizable: true,
show: true,