mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-13 03:44:34 +00:00
make comspec setting optional - fixes #4143
This commit is contained in:
@@ -263,6 +263,7 @@ export class ConfigService {
|
||||
config.version = 1
|
||||
}
|
||||
if (config.version < 2) {
|
||||
config.profiles ??= []
|
||||
if (config.terminal?.recoverTabs !== undefined) {
|
||||
config.recoverTabs = config.terminal.recoverTabs
|
||||
delete config.terminal.recoverTabs
|
||||
|
Reference in New Issue
Block a user