|
|
@ -759,8 +759,6 @@ class ParentPanelController: NSWindowController { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@IBAction func shareAction(_ sender: NSButton) { |
|
|
|
@IBAction func shareAction(_ sender: NSButton) { |
|
|
|
let copyAllTimes = retrieveAllTimes() |
|
|
|
let copyAllTimes = retrieveAllTimes() |
|
|
|
let servicePicker = NSSharingServicePicker(items: [copyAllTimes]) |
|
|
|
let servicePicker = NSSharingServicePicker(items: [copyAllTimes]) |
|
|
|