Skip to content

Commit

Permalink
Add icon to "Connect to"
Browse files Browse the repository at this point in the history
  • Loading branch information
keeshux committed Nov 26, 2024
1 parent 1a5d1fe commit 591bdda
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}
}
Expand Down

0 comments on commit 591bdda

Please sign in to comment.