mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-10 19:20:59 +00:00
Fix copy link
This commit is contained in:
parent
491090e373
commit
be2939b13c
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ struct StatusRowContextMenu: View {
|
||||||
}
|
}
|
||||||
|
|
||||||
Button {
|
Button {
|
||||||
UIPasteboard.general.url = viewModel.url
|
UIPasteboard.general.string = viewModel.url?.absoluteString
|
||||||
} label: {
|
} label: {
|
||||||
Label("status.action.copy-link", systemImage: "link")
|
Label("status.action.copy-link", systemImage: "link")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue