Skip to content
Snippets Groups Projects
Commit 12d41f7f authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Allow selecting failure text in HomeView

parent bbb696dc
Branches
Tags
2 merge requests!132Update Bindings,!102Release 1.0.0
......@@ -36,6 +36,7 @@ public struct HomeView: View {
if let failure = viewStore.failure {
Section {
Text(failure)
.textSelection(.enabled)
Button {
viewStore.send(.messenger(.start))
} label: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment