diff --git a/Seattle Bridge Tracker/Notification Preferences/NotificationPreferencesBody.swift b/Seattle Bridge Tracker/Notification Preferences/NotificationPreferencesBody.swift index f2316c5..9e0d31d 100644 --- a/Seattle Bridge Tracker/Notification Preferences/NotificationPreferencesBody.swift +++ b/Seattle Bridge Tracker/Notification Preferences/NotificationPreferencesBody.swift @@ -83,6 +83,12 @@ struct NotificationPreferencesBody: View { } } Spacer() + Button { + Mcrich23_Toolkit.presentShareSheet(activityItems: [ "https://bridges.mcrich23.com/notifications/\(Utilities.deviceID ?? "")/\(preference.id)" ], excludedActivityTypes: []) + } label: { + Image(systemName: "square.and.arrow.up") + } + .hoverEffect(.highlight) Button { preferencesModel.duplicateNotificationPreferenceAlert(basedOn: preference, onDone: {}) } label: {