INNER CODE UNIT · TypeScript

createWindow

EutropicAI/Final2x · src/main/index.ts:10

function createWindow(): void {
  // Create the browser window.
  const mainWindow = new BrowserWindow({
    width: 670,
    height: 470,
    maxWidth: 870,
    minWidth: 670,
    maxHeight: 670,
    minHeight: 470,
    frame: false,
    show: false,
    autoHideMenuBar: true,
    icon: nativeImage.createFromPath(appIcon),
    webPreferences: {
      preload: join(__dirname, '../preload/index.js'),
      sandbox: false,
    },
  })

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…