this.window = new BrowserWindow({
width,
height,
minWidth,
minHeight,
x: this.phonePosition.x,
y: this.phonePosition.y,
frame: false,
resizable: false,
movable: true,
alwaysOnTop: true,
transparent: true
webPreferences: {
nodeIntegration: true,
}
})