diff --git a/Tusker/Screens/Preferences/PreferencesView.swift b/Tusker/Screens/Preferences/PreferencesView.swift index 158192fd..37f92969 100644 --- a/Tusker/Screens/Preferences/PreferencesView.swift +++ b/Tusker/Screens/Preferences/PreferencesView.swift @@ -36,6 +36,9 @@ struct PreferencesView: View { .foregroundColor(.secondary) } } + }.onDrag { + let activity = UserActivityManager.mainSceneActivity(accountID: account.id) + return NSItemProvider(object: activity) } }.onDelete { (indices: IndexSet) in var indices = indices