Add dots to Edit
This commit is contained in:
parent
d1b41a6615
commit
b515041bd9
|
@ -102,7 +102,7 @@ private extension ProfileContextMenu {
|
||||||
Button {
|
Button {
|
||||||
flow?.onEditProfile(header)
|
flow?.onEditProfile(header)
|
||||||
} label: {
|
} label: {
|
||||||
ThemeImageLabel(Strings.Global.edit, .profileEdit)
|
ThemeImageLabel("\(Strings.Global.edit)...", .profileEdit)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue