UPD: Disable maximizing
Was causing some slight problems
This commit is contained in:
@@ -25,7 +25,7 @@ const createWindow = () => {
|
||||
resizable: true,
|
||||
minWidth: width / 3,
|
||||
minHeight: height / 3,
|
||||
maximizable: true,
|
||||
maximizable: false,
|
||||
fullscreenable: false,
|
||||
center: true,
|
||||
backgroundColor: '#000',
|
||||
|
||||
Reference in New Issue
Block a user