mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-04 14:04:56 +00:00
wip
This commit is contained in:
@@ -7,5 +7,5 @@ import { HostAppService } from '../services/hostApp.service'
|
||||
styles: [require('./windowControls.component.scss')],
|
||||
})
|
||||
export class WindowControlsComponent {
|
||||
constructor (private hostApp: HostAppService) { }
|
||||
constructor (public hostApp: HostAppService) { }
|
||||
}
|
||||
|
Reference in New Issue
Block a user