mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-24 17:16:03 +00:00
fixed wsl shell provider
This commit is contained in:
@@ -99,9 +99,7 @@ export class WSLShellProvider extends ShellProvider {
|
|||||||
TERM: 'xterm-color',
|
TERM: 'xterm-color',
|
||||||
COLORTERM: 'truecolor',
|
COLORTERM: 'truecolor',
|
||||||
},
|
},
|
||||||
}
|
icon: wslIconMap[name],
|
||||||
if (wslIconMap.hasOwnProperty(name)) {
|
|
||||||
shell['icon'] = require(`../icons/${wslIconMap[name]}`)
|
|
||||||
}
|
}
|
||||||
shells.push(shell)
|
shells.push(shell)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user