Bug fix escape 'about page' is breaking on fullscreen mode [macOS] (#4619)
* Remove main window as parent from about window * Remove previous code to fix 4540 Co-authored-by: Harrison Bronfeld <harrisonbronfeld@Harrisons-MacBook-Air.local>
This commit is contained in:
parent
cd2c6351fc
commit
b252aa788a
1 changed files with 0 additions and 1 deletions
1
main.js
1
main.js
|
@ -663,7 +663,6 @@ function showAbout() {
|
|||
preload: path.join(__dirname, 'about_preload.js'),
|
||||
nativeWindowOpen: true,
|
||||
},
|
||||
parent: mainWindow,
|
||||
};
|
||||
|
||||
aboutWindow = new BrowserWindow(options);
|
||||
|
|
Loading…
Reference in a new issue