macOS: use unobtrusive when quick terminal is visible
parent
84082c2b96
commit
52d3329f84
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue