mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 09:27:24 +00:00
only show drag space on Win & Linux with thin titlebar (ref #219)
This commit is contained in:
parent
ceacf5c760
commit
21e1656780
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ title-bar(
|
|||
)
|
||||
i.fa([class]='"fa fa-" + button.icon')
|
||||
|
||||
.drag-space
|
||||
.drag-space(*ngIf='config.store.appearance.frame == "thin" && hostApp.platform != Platform.macOS')
|
||||
|
||||
.btn-group
|
||||
button.btn.btn-secondary.btn-tab-bar(
|
||||
|
|
|
@ -27,7 +27,7 @@ export class TabHeaderComponent {
|
|||
{
|
||||
label: 'Close',
|
||||
click: () => {
|
||||
this.zone.run(() => {
|
||||
zone.run(() => {
|
||||
app.closeTab(this.tab, true)
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue