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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue