Show View -> Debug on OSX, ensure Debug Log is visible (#2089)

* Ensure debug log is visible during registration/import

* Restore the proper View menu on MacOSX
This commit is contained in:
Scott Nonnenberg 2018-03-01 12:04:13 -08:00 committed by GitHub
parent e66cdf86e4
commit c87a035f1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -245,8 +245,9 @@ function updateForMac(template, messages, options) {
);
// Replace Window menu
const windowIndex = options.includeSetup ? 4 : 3;
// eslint-disable-next-line no-param-reassign
template[3].submenu = [
template[windowIndex].submenu = [
{
accelerator: 'CmdOrCtrl+W',
role: 'close',

View file

@ -610,7 +610,6 @@ input[type=text], input[type=search], textarea {
}
.full-screen-flow {
z-index: 1000;
position: absolute;
left: 0;
right: 0;