Commit e4a9e3f9 authored by SpinShare's avatar SpinShare

removed native window frame

parent 91f6345c
...@@ -63,9 +63,10 @@ function createWindow () { ...@@ -63,9 +63,10 @@ function createWindow () {
win = new BrowserWindow({ win = new BrowserWindow({
title: "SpinSha.re", title: "SpinSha.re",
width: 1350, width: 1350,
height: 700, height: 730,
minHeight: 700, minHeight: 730,
minWidth: 1350, minWidth: 1350,
frame: false,
webPreferences: { webPreferences: {
nodeIntegration: true nodeIntegration: true
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment