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

pull/4049/head
Soh Satoh 2025-01-01 01:43:33 +09:00 committed by Mitchell Hashimoto
commit 1493c55348
1 changed files with 2 additions and 2 deletions

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 {