add support for duplicating current tab
This commit is contained in:
parent
256820f78d
commit
c4de9ec451
5 changed files with 10 additions and 1 deletions
|
@ -42,6 +42,7 @@ export default {
|
|||
TAB_PIN: 'tabs.pin',
|
||||
TAB_UNPIN: 'tabs.unpin',
|
||||
TAB_TOGGLE_PINNED: 'tabs.pin.toggle',
|
||||
TAB_DUPLICATE: 'tabs.duplicate',
|
||||
|
||||
// Zooms
|
||||
ZOOM_IN: 'zoom.in',
|
||||
|
|
Reference in a new issue