mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 09:27:24 +00:00
move "close" menu items to the bottom - fixes #2599
This commit is contained in:
parent
d08413aeab
commit
328490a85e
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import { TabContextMenuItemProvider } from './api/tabContextMenuProvider'
|
||||||
/** @hidden */
|
/** @hidden */
|
||||||
@Injectable()
|
@Injectable()
|
||||||
export class TabManagementContextMenu extends TabContextMenuItemProvider {
|
export class TabManagementContextMenu extends TabContextMenuItemProvider {
|
||||||
weight = -5
|
weight = 99
|
||||||
|
|
||||||
constructor (
|
constructor (
|
||||||
private app: AppService,
|
private app: AppService,
|
||||||
|
|
Loading…
Reference in a new issue