mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-30 02:54:04 +03:00
config sync is experimental no more
This commit is contained in:
parent
bebec4f638
commit
3c68e2bd29
@ -5,7 +5,6 @@ import { WindowSettingsTabComponent } from './components/windowSettingsTab.compo
|
||||
import { VaultSettingsTabComponent } from './components/vaultSettingsTab.component'
|
||||
import { ConfigSyncSettingsTabComponent } from './components/configSyncSettingsTab.component'
|
||||
import { ProfilesSettingsTabComponent } from './components/profilesSettingsTab.component'
|
||||
import { ConfigSyncService } from './services/configSync.service'
|
||||
|
||||
/** @hidden */
|
||||
@Injectable()
|
||||
@ -66,14 +65,7 @@ export class ConfigSyncSettingsTabProvider extends SettingsTabProvider {
|
||||
icon = 'cloud'
|
||||
title = 'Config sync'
|
||||
|
||||
constructor (
|
||||
private configSync: ConfigSyncService,
|
||||
) { super() }
|
||||
|
||||
getComponentType (): any {
|
||||
if (!this.configSync.isAvailable()) {
|
||||
return null
|
||||
}
|
||||
return ConfigSyncSettingsTabComponent
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user