mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-19 18:07:58 +00:00
automatically clean up defaults from the config file
This commit is contained in:
@@ -10,6 +10,17 @@ export class TelnetProfilesService extends ProfileProvider {
|
||||
name = 'Telnet'
|
||||
supportsQuickConnect = false
|
||||
settingsComponent = TelnetProfileSettingsComponent
|
||||
configDefaults = {
|
||||
options: {
|
||||
host: null,
|
||||
port: 23,
|
||||
inputMode: 'local-echo',
|
||||
outputMode: null,
|
||||
inputNewlines: null,
|
||||
outputNewlines: 'crlf',
|
||||
scripts: [],
|
||||
},
|
||||
}
|
||||
|
||||
async getBuiltinProfiles (): Promise<TelnetProfile[]> {
|
||||
return [
|
||||
|
Reference in New Issue
Block a user