Commit e4a9e3f9 authored by SpinShare's avatar SpinShare

removed native window frame

parent 91f6345c
......@@ -63,9 +63,10 @@ function createWindow () {
win = new BrowserWindow({
title: "SpinSha.re",
width: 1350,
height: 700,
minHeight: 700,
height: 730,
minHeight: 730,
minWidth: 1350,
frame: false,
webPreferences: {
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