diff --git a/tabby-core/src/tabContextMenu.ts b/tabby-core/src/tabContextMenu.ts index 63b785a7..d89f1263 100644 --- a/tabby-core/src/tabContextMenu.ts +++ b/tabby-core/src/tabContextMenu.ts @@ -28,7 +28,7 @@ export class TabManagementContextMenu extends TabContextMenuItemProvider { super() } - async getItems (tab: BaseTabComponent, tabHeader?: TabHeaderComponent): Promise { + async getItems (tab: BaseTabComponent): Promise { let items: MenuItemOptions[] = [ { label: this.translate.instant('Close'),