mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-09 14:00:03 +00:00
fix: linting
This commit is contained in:
parent
2fa612fe2c
commit
8af3c95212
@ -8,7 +8,7 @@ import { HostWindowService } from '../api'
|
|||||||
styleUrls: ['./titleBar.component.scss'],
|
styleUrls: ['./titleBar.component.scss'],
|
||||||
})
|
})
|
||||||
export class TitleBarComponent {
|
export class TitleBarComponent {
|
||||||
@Input() hideControls: boolean;
|
@Input() hideControls: boolean
|
||||||
|
|
||||||
constructor (public hostWindow: HostWindowService) { }
|
constructor (public hostWindow: HostWindowService) { }
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user