提交 21e16567 编写于 作者: E Eugene Pankov

only show drag space on Win & Linux with thin titlebar (ref #219)

上级 ceacf5c7
......@@ -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)
})
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册