mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-31 20:03:37 +00:00
feat: I'm noticing that when the application is launched, it do...
This commit is contained in:
@@ -259,10 +259,10 @@ async function waitForServer(maxAttempts = 30): Promise<void> {
|
||||
function createWindow(): void {
|
||||
const iconPath = getIconPath();
|
||||
const windowOptions: Electron.BrowserWindowConstructorOptions = {
|
||||
width: 1400,
|
||||
height: 900,
|
||||
minWidth: 1024,
|
||||
minHeight: 700,
|
||||
width: 1600,
|
||||
height: 950,
|
||||
minWidth: 1280,
|
||||
minHeight: 768,
|
||||
webPreferences: {
|
||||
preload: path.join(__dirname, "preload.js"),
|
||||
contextIsolation: true,
|
||||
|
||||
Reference in New Issue
Block a user