mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-17 22:04:35 +00:00
feat(telnet): enable quick connect
This commit is contained in:
@@ -8,7 +8,7 @@ import { TelnetProfile } from './session'
|
|||||||
export class TelnetProfilesService extends ProfileProvider<TelnetProfile> {
|
export class TelnetProfilesService extends ProfileProvider<TelnetProfile> {
|
||||||
id = 'telnet'
|
id = 'telnet'
|
||||||
name = 'Telnet'
|
name = 'Telnet'
|
||||||
supportsQuickConnect = false
|
supportsQuickConnect = true
|
||||||
settingsComponent = TelnetProfileSettingsComponent
|
settingsComponent = TelnetProfileSettingsComponent
|
||||||
configDefaults = {
|
configDefaults = {
|
||||||
options: {
|
options: {
|
||||||
|
Reference in New Issue
Block a user