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:
parent
e66cdf86e4
commit
c87a035f1a
2 changed files with 2 additions and 2 deletions
|
@ -245,8 +245,9 @@ function updateForMac(template, messages, options) {
|
||||||
);
|
);
|
||||||
|
|
||||||
// Replace Window menu
|
// Replace Window menu
|
||||||
|
const windowIndex = options.includeSetup ? 4 : 3;
|
||||||
// eslint-disable-next-line no-param-reassign
|
// eslint-disable-next-line no-param-reassign
|
||||||
template[3].submenu = [
|
template[windowIndex].submenu = [
|
||||||
{
|
{
|
||||||
accelerator: 'CmdOrCtrl+W',
|
accelerator: 'CmdOrCtrl+W',
|
||||||
role: 'close',
|
role: 'close',
|
||||||
|
|
|
@ -610,7 +610,6 @@ input[type=text], input[type=search], textarea {
|
||||||
}
|
}
|
||||||
|
|
||||||
.full-screen-flow {
|
.full-screen-flow {
|
||||||
z-index: 1000;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue