mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-26 13:10:36 +03:00
fixed wsl shell provider
This commit is contained in:
parent
6132881b8a
commit
72a024c713
@ -99,9 +99,7 @@ export class WSLShellProvider extends ShellProvider {
|
||||
TERM: 'xterm-color',
|
||||
COLORTERM: 'truecolor',
|
||||
},
|
||||
}
|
||||
if (wslIconMap.hasOwnProperty(name)) {
|
||||
shell['icon'] = require(`../icons/${wslIconMap[name]}`)
|
||||
icon: wslIconMap[name],
|
||||
}
|
||||
shells.push(shell)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user