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
|
||||
const windowIndex = options.includeSetup ? 4 : 3;
|
||||
// eslint-disable-next-line no-param-reassign
|
||||
template[3].submenu = [
|
||||
template[windowIndex].submenu = [
|
||||
{
|
||||
accelerator: 'CmdOrCtrl+W',
|
||||
role: 'close',
|
||||
|
|
|
@ -610,7 +610,6 @@ input[type=text], input[type=search], textarea {
|
|||
}
|
||||
|
||||
.full-screen-flow {
|
||||
z-index: 1000;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue