macOS: use unobtrusive when quick terminal is visible

pull/9528/head
Lukas 2025-11-09 13:19:03 +01:00
parent 84082c2b96
commit 52d3329f84
No known key found for this signature in database
GPG Key ID: 845CB61BD38F4E49
1 changed files with 1 additions and 1 deletions

View File

@ -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
}
}