This commit is contained in:
Eugene Pankov 2022-01-18 22:13:38 +01:00
parent 06e5571812
commit 445a3d02da
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -4,7 +4,6 @@ import { TranslateService } from '@ngx-translate/core'
import { BaseTabComponent } from './baseTab.component'
import { ConfigService } from '../services/config.service'
import { LocaleService } from '../services/locale.service'
import { HostWindowService } from '../api/hostWindow'
/** @hidden */
@Component({
@ -16,7 +15,6 @@ export class WelcomeTabComponent extends BaseTabComponent {
enableGlobalHotkey = true
constructor (
private hostWindow: HostWindowService,
public config: ConfigService,
public locale: LocaleService,
translate: TranslateService,