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