We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea7cd25 commit dc21daaCopy full SHA for dc21daa
devdocs-macos/DocumentationWindowController.swift
@@ -72,9 +72,7 @@ class DocumentationWindowController: NSWindowController {
72
73
@objc private func observeDocumentCategory() {
74
guard let dvc = documentationViewController else { return }
75
- if #available(OSX 11.0, *) {
76
- self.window?.subtitle = dvc.documentCategory ?? ""
77
- }
+ self.window?.subtitle = dvc.documentCategory ?? ""
78
}
79
80
@objc private func observeDocumentURL() {
0 commit comments