Explorar el Código

fix: remove Toolbar Save Icon

Sam Jaffe hace 3 semanas
padre
commit
346f3a4c1f
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  1. 0 5
      Todos/View/ContentView.swift

+ 0 - 5
Todos/View/ContentView.swift

@@ -41,11 +41,6 @@ struct ContentView: View {
             Label("New Category", systemImage: "plus")
           }
         }
-        ToolbarItem {
-          Button(action: autosave) {
-            Label("Save Historical", systemImage: "document")
-          }
-        }
       }
     } detail: {
       Text("Select an item")