mirror of
https://github.com/eugeny/tabby
synced 2026-08-19 20:36:55 +00:00
move "close" menu items to the bottom - fixes #2599
This commit is contained in:
@@ -10,7 +10,7 @@ import { TabContextMenuItemProvider } from './api/tabContextMenuProvider'
|
||||
/** @hidden */
|
||||
@Injectable()
|
||||
export class TabManagementContextMenu extends TabContextMenuItemProvider {
|
||||
weight = -5
|
||||
weight = 99
|
||||
|
||||
constructor (
|
||||
private app: AppService,
|
||||
|
||||
Reference in New Issue
Block a user