mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
Merge branch 'main' into show-quick-term-on-another-app
This commit is contained in:
@ -423,10 +423,10 @@ class QuickTerminalController: BaseTerminalController {
|
|||||||
// Update our derived config
|
// Update our derived config
|
||||||
self.derivedConfig = DerivedConfig(config)
|
self.derivedConfig = DerivedConfig(config)
|
||||||
|
|
||||||
syncAppearance()
|
|
||||||
|
|
||||||
// Update window.collectionBehavior
|
// Update window.collectionBehavior
|
||||||
self.window?.collectionBehavior = derivedConfig.quickTerminalSpaceBehavior.collectionBehavior
|
self.window?.collectionBehavior = derivedConfig.quickTerminalSpaceBehavior.collectionBehavior
|
||||||
|
|
||||||
|
syncAppearance()
|
||||||
}
|
}
|
||||||
|
|
||||||
private struct DerivedConfig {
|
private struct DerivedConfig {
|
||||||
|
Reference in New Issue
Block a user