1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-11 04:43:03 +03:00
This commit is contained in:
Eugene Pankov 2022-09-05 10:37:17 +02:00
parent 2bf0ef3c1a
commit dd36908b95
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -28,7 +28,7 @@ export class TabManagementContextMenu extends TabContextMenuItemProvider {
super()
}
async getItems (tab: BaseTabComponent, tabHeader?: TabHeaderComponent): Promise<MenuItemOptions[]> {
async getItems (tab: BaseTabComponent): Promise<MenuItemOptions[]> {
let items: MenuItemOptions[] = [
{
label: this.translate.instant('Close'),