Merge pull request #474 from h3poteto/iss-437

closes #437 Disable transparent becasue user can not change window size
This commit is contained in:
AkiraFukushima 2018-08-08 20:58:37 +09:00 committed by GitHub
commit 6f4711b578
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -285,7 +285,6 @@ async function createWindow () {
// mainWindow = new BrowserWindow({
const mainOpts = {
titleBarStyle: 'hidden',
transparent: true,
x: mainWindowState.x,
y: mainWindowState.y,
width: mainWindowState.width,