We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd60f89 commit 5bc5d01Copy full SHA for 5bc5d01
1 file changed
lara/views/EditorView.swift
@@ -55,6 +55,15 @@ struct EditorView: View {
55
}
56
57
.navigationTitle("MobileGestalt")
58
+ .toolbar {
59
+ ToolbarItem(placement: .navigationBarTrailing) {
60
+ Button {
61
+ load()
62
+ } label: {
63
+ Image(systemName: "arrow.counterclockwise")
64
+ }
65
66
67
// .alert("Status", isPresented: .constant(status != nil)) {
68
// Button("OK") { status = nil }
69
// } message: {
0 commit comments