mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-18 13:30:29 +00:00
macOS: use unobtrusive driver when quick terminal is visible (#9528)
Current: <img width="1398" height="604" alt="image" src="https://github.com/user-attachments/assets/63f7e05e-03b9-413f-9622-285158dae1f6" />
This commit is contained in:
@@ -200,7 +200,7 @@ class UpdateDriver: NSObject, SPUUserDriver {
|
||||
/// True if there is a target that can render our unobtrusive update checker.
|
||||
var hasUnobtrusiveTarget: Bool {
|
||||
NSApp.windows.contains { window in
|
||||
window is TerminalWindow &&
|
||||
(window is TerminalWindow || window is QuickTerminalWindow) &&
|
||||
window.isVisible
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user