mirror of
https://github.com/AltarikMC/Launcher
synced 2025-12-15 12:01:46 +00:00
Fix resize icon appear even if it's impossible
This commit is contained in:
@@ -17,11 +17,8 @@ let win = null
|
|||||||
function createWindow () {
|
function createWindow () {
|
||||||
win = new BrowserWindow({
|
win = new BrowserWindow({
|
||||||
width: 1000,
|
width: 1000,
|
||||||
minWidth: 1000,
|
|
||||||
maxWidth: 1000,
|
|
||||||
height: 600,
|
height: 600,
|
||||||
minHeight: 600,
|
resizable: false,
|
||||||
maxHeight: 600,
|
|
||||||
icon: iconPath,
|
icon: iconPath,
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
nodeIntegration: true,
|
nodeIntegration: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user