mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-23 00:26:04 +00:00
only show drag space on Win & Linux with thin titlebar (ref #219)
This commit is contained in:
@@ -27,7 +27,7 @@ export class TabHeaderComponent {
|
||||
{
|
||||
label: 'Close',
|
||||
click: () => {
|
||||
this.zone.run(() => {
|
||||
zone.run(() => {
|
||||
app.closeTab(this.tab, true)
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user