mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 02:18:01 +00:00
WSL: fixed multiple distro detection
This commit is contained in:
@@ -75,7 +75,7 @@ export class TerminalTabComponent extends BaseTerminalTabComponent {
|
||||
async getRecoveryToken (): Promise<any> {
|
||||
const cwd = this.session ? await this.session.getWorkingDirectory() : null
|
||||
return {
|
||||
type: 'app:terminal-tab',
|
||||
type: 'app:local-tab',
|
||||
profile: {
|
||||
...this.profile,
|
||||
options: {
|
||||
|
Reference in New Issue
Block a user