Skip to content

Commit 34fbd0b

Browse files
committed
fix(import): add missing window configs from import files
1 parent 33c0eda commit 34fbd0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configurator/configurator.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ func (c *RealConfigurator) getConfigFileFromUserConfigDir() (model.Config, error
106106
}
107107

108108
config.SessionConfigs = append(config.SessionConfigs, importConfig.SessionConfigs...)
109+
config.WindowConfigs = append(config.WindowConfigs, importConfig.WindowConfigs...)
109110
}
110111

111112
if config.DirLength < 1 {

0 commit comments

Comments
 (0)