|
|
|
@ -97,7 +97,6 @@ class UpcomingEventStatusItemView: NSView {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
extension UpcomingEventStatusItemView: StatusItemViewConforming { |
|
|
|
|
|
|
|
|
|
func statusItemViewSetNeedsDisplay() { |
|
|
|
|
nextEventField.attributedStringValue = NSAttributedString(string: dataObject.event.title, attributes: textFontAttributes) |
|
|
|
|
etaField.attributedStringValue = NSAttributedString(string: dataObject.metadataForMeeting(), attributes: timeAttributes) |
|
|
|
@ -106,5 +105,4 @@ extension UpcomingEventStatusItemView: StatusItemViewConforming {
|
|
|
|
|
func statusItemViewIdentifier() -> String { |
|
|
|
|
return "upcoming_event_view" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|