mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-04 20:37:50 +00:00
macOS: use unobtrusive when quick terminal is visible
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