mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-23 02:22:02 +03:00
disable multiplexing by default
This commit is contained in:
parent
e024390028
commit
ff55d3d1ef
@ -39,7 +39,7 @@ export class SSHProfilesService extends ProfileProvider<SSHProfile> {
|
||||
scripts: [],
|
||||
socksProxyHost: null,
|
||||
socksProxyPort: null,
|
||||
reuseSession: true,
|
||||
reuseSession: false,
|
||||
},
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user