diff --git a/Passepartout/Library/Sources/AppUIMain/Views/App/ProfileContextMenu.swift b/Passepartout/Library/Sources/AppUIMain/Views/App/ProfileContextMenu.swift index e86f58cbf..17f68d6b9 100644 --- a/Passepartout/Library/Sources/AppUIMain/Views/App/ProfileContextMenu.swift +++ b/Passepartout/Library/Sources/AppUIMain/Views/App/ProfileContextMenu.swift @@ -98,8 +98,10 @@ private extension ProfileContextMenu { profile? .selectedProvider .map { _ in - Button(Strings.Views.App.ProfileContext.connectTo.withTrailingDots) { + Button { flow?.onProviderEntityRequired(profile!) + } label: { + ThemeImageLabel(Strings.Views.App.ProfileContext.connectTo.withTrailingDots, .profileProvider) } } }