expose combined context menu in tab header and add visual context menu button - fixes #6966

This commit is contained in:
Eugene Pankov
2022-09-05 00:24:21 +02:00
parent 3226a3d70f
commit fbea7db188
8 changed files with 89 additions and 45 deletions

View File

@@ -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