macos: animate in even if remain on another space

This commit is contained in:
Mitchell Hashimoto
2025-01-08 11:30:17 -08:00
parent 6e54589db4
commit 6ebc02b68d

View File

@ -162,14 +162,6 @@ class QuickTerminalController: BaseTerminalController {
// MARK: Methods
func toggle() {
if derivedConfig.quickTerminalSpaceBehavior == .remain && self.window?.isOnActiveSpace == false {
// If we're in the remain mode and the window is not on the active space, then we bring the window back to the active space.
DispatchQueue.main.async {
self.window?.makeKeyAndOrderFront(nil)
}
return
}
if (visible) {
animateOut()
} else {