Skip to content

Commit

Permalink
Remove "Close Tab" menu entry (#6843)
Browse files Browse the repository at this point in the history
* remove Close Tab from menu entry

* Disable the close tab menu entry

* Update snapshots

---------

Co-authored-by: timmerk <[email protected]>
Co-authored-by: Jeremy Tuloup <[email protected]>
  • Loading branch information
3 people authored May 14, 2023
1 parent 50ff76a commit 855822d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/application-extension/schema/menus.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
{
"command": "notebook:trust",
"rank": 20
},
{
"command": "application:close",
"disabled": true
}
]
},
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 855822d

Please sign in to comment.