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:
Harrison Bronfeld 2021-02-04 17:33:02 -05:00 committed by GitHub
parent cd2c6351fc
commit b252aa788a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -663,7 +663,6 @@ function showAbout() {
preload: path.join(__dirname, 'about_preload.js'),
nativeWindowOpen: true,
},
parent: mainWindow,
};
aboutWindow = new BrowserWindow(options);