mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 02:18:01 +00:00
expose combined context menu in tab header and add visual context menu button - fixes #6966
This commit is contained in:
@@ -295,6 +295,15 @@ h3.mt-4(translate) Tabs
|
||||
(ngModelChange)='config.save();',
|
||||
)
|
||||
|
||||
.form-line
|
||||
.header
|
||||
.title(translate) Hide tab options button
|
||||
|
||||
toggle(
|
||||
[(ngModel)]='config.store.terminal.hideTabOptionsButton',
|
||||
(ngModelChange)='config.save();',
|
||||
)
|
||||
|
||||
.form-line
|
||||
.header
|
||||
.title(translate) Hide tab close button
|
||||
|
Reference in New Issue
Block a user