trying to minimize the window but can’t
const electron = window.require("electron") electron.remote.getCurrentWindow().minimize()
mainWindow = new BrowserWindow({ frame: false, webPreferences: { nodeIntegration: true, contextIsolation: false, enableRemoteModule: true } })
I got this error
Uncaught TypeError: Cannot read properties of undefined (reading ‘getCurrentWindow’)
New contributor
asdfgh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.