Skip to content

Menu entry for command 'application:close' is duplicated. #7358

Open

Description

The following warnings are logged in the dev tools console:

image

settingregistry.js:803 Menu entry for command 'filemenu:close-and-cleanup' is duplicated.
settingregistry.js:803 Menu entry for command 'application:close' is duplicated.

They likely come from the definition of the menu entries order in:

{
"command": "filemenu:close-and-cleanup",
"rank": 40
},
{
"command": "application:close",
"disabled": true
}

This was added in #6937 to mimic the look of the classic notebook.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions