mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Add windowTitle var to Inspector protocol
This commit is contained in:
@@ -38,6 +38,7 @@ final class WebFeedInspectorViewController: NSViewController, Inspector {
|
||||
updateFeed()
|
||||
}
|
||||
}
|
||||
var windowTitle: String = NSLocalizedString("Feed Inspector", comment: "Feed Inspector window title")
|
||||
|
||||
func canInspect(_ objects: [Any]) -> Bool {
|
||||
return objects.count == 1 && objects.first is WebFeed
|
||||
|
||||
Reference in New Issue
Block a user