Commit 0f8b0000 authored by 华国豪's avatar 华国豪 🙄

1

parent 4f523127
...@@ -1003,8 +1003,8 @@ let getWorkWin = function() { ...@@ -1003,8 +1003,8 @@ let getWorkWin = function() {
workWinodes = new BrowserWindow({ workWinodes = new BrowserWindow({
transparent: systemPreferences.isAeroGlassEnabled(), transparent: systemPreferences.isAeroGlassEnabled(),
frame: false, frame: false,
maximizable: true, maximizable: false,
resizable: true, resizable: false,
show: false, show: false,
icon: windowIcon, icon: windowIcon,
width: 450, width: 450,
......
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