Remove "Close Tab" menu entry (#6843)

* remove Close Tab from menu entry

* Disable the close tab menu entry

* Update snapshots

---------

Co-authored-by: timmerk <timmerk@umich.edu>
Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
This commit is contained in:
Kenny Timmer 2023-05-14 06:04:37 -04:00 committed by GitHub
parent 50ff76ad82
commit 855822d648
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@
{
"command": "notebook:trust",
"rank": 20
},
{
"command": "application:close",
"disabled": true
}
]
},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 28 KiB