Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Frame Close, Maximize, Minimize don't working #1

Description

@rodukov
const win = new BrowserWindow({
      minWidth: 500,
      minHeight: 700,
      width: 500,
      height: 700,
      autoHideMenuBar: true,
      transparent: true,
      frame: false,
      webPreferences: {
        nodeIntegration: true, 
        enableRemoteModule: true,
        contextIsolation: false,
        enableRemoteModule: true,
        sandbox: false
    }
    })

I added everything I could, but it still returns undefined: require("electron").remote
require("electron").remote.BrowserWindow.getAllWindows()[0]

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions