mirror of
https://github.com/Eugeny/tabby
synced 2024-12-12 14:22:43 +00:00
ref(settings): editProfileModal component remove unused ConfigService
This commit is contained in:
parent
695c5ba670
commit
c108476262
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
import { Observable, OperatorFunction, debounceTime, map, distinctUntilChanged } from 'rxjs'
|
||||
import { Component, Input, ViewChild, ViewContainerRef, ComponentFactoryResolver, Injector } from '@angular/core'
|
||||
import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap'
|
||||
import { ConfigProxy, ConfigService, PartialProfileGroup, Profile, ProfileProvider, ProfileSettingsComponent, ProfilesService, TAB_COLORS, ProfileGroup } from 'tabby-core'
|
||||
import { ConfigProxy, PartialProfileGroup, Profile, ProfileProvider, ProfileSettingsComponent, ProfilesService, TAB_COLORS, ProfileGroup } from 'tabby-core'
|
||||
|
||||
const iconsData = require('../../../tabby-core/src/icons.json')
|
||||
const iconsClassList = Object.keys(iconsData).map(
|
||||
|
@ -31,7 +31,6 @@ export class EditProfileModalComponent<P extends Profile> {
|
|||
private injector: Injector,
|
||||
private componentFactoryResolver: ComponentFactoryResolver,
|
||||
private profilesService: ProfilesService,
|
||||
config: ConfigService,
|
||||
private modalInstance: NgbActiveModal,
|
||||
) {
|
||||
if (this.defaultsMode === 'disabled') {
|
||||
|
|
Loading…
Reference in a new issue