mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 02:18:01 +00:00
feat(core/settings/serial/ssh/telnet): add clearServiceMessagesOnConnect option on connectable profile
This commit is contained in:
@@ -21,6 +21,7 @@ export class TelnetProfilesService extends ConnectableProfileProvider<TelnetProf
|
||||
scripts: [],
|
||||
input: { backspace: 'backspace' },
|
||||
},
|
||||
clearServiceMessagesOnConnect: false,
|
||||
}
|
||||
|
||||
constructor (private translate: TranslateService) { super() }
|
||||
|
Reference in New Issue
Block a user