mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-03 06:11:57 +08:00
lint
This commit is contained in:
parent
06e5571812
commit
445a3d02da
@ -4,7 +4,6 @@ import { TranslateService } from '@ngx-translate/core'
|
|||||||
import { BaseTabComponent } from './baseTab.component'
|
import { BaseTabComponent } from './baseTab.component'
|
||||||
import { ConfigService } from '../services/config.service'
|
import { ConfigService } from '../services/config.service'
|
||||||
import { LocaleService } from '../services/locale.service'
|
import { LocaleService } from '../services/locale.service'
|
||||||
import { HostWindowService } from '../api/hostWindow'
|
|
||||||
|
|
||||||
/** @hidden */
|
/** @hidden */
|
||||||
@Component({
|
@Component({
|
||||||
@ -16,7 +15,6 @@ export class WelcomeTabComponent extends BaseTabComponent {
|
|||||||
enableGlobalHotkey = true
|
enableGlobalHotkey = true
|
||||||
|
|
||||||
constructor (
|
constructor (
|
||||||
private hostWindow: HostWindowService,
|
|
||||||
public config: ConfigService,
|
public config: ConfigService,
|
||||||
public locale: LocaleService,
|
public locale: LocaleService,
|
||||||
translate: TranslateService,
|
translate: TranslateService,
|
||||||
|
Loading…
Reference in New Issue
Block a user