Browse Source

fix: remove Toolbar Save Icon

Sam Jaffe 3 weeks ago
parent
commit
346f3a4c1f
1 changed files with 0 additions and 5 deletions
  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")