Merge branch 'main' into show-quick-term-on-another-app

This commit is contained in:
Soh Satoh
2025-01-01 01:43:33 +09:00
committed by Mitchell Hashimoto

View File

@ -423,10 +423,10 @@ class QuickTerminalController: BaseTerminalController {
// Update our derived config
self.derivedConfig = DerivedConfig(config)
syncAppearance()
// Update window.collectionBehavior
self.window?.collectionBehavior = derivedConfig.quickTerminalSpaceBehavior.collectionBehavior
syncAppearance()
}
private struct DerivedConfig {