소스 검색

fix: remove Toolbar Save Icon

Sam Jaffe 3 주 전
부모
커밋
346f3a4c1f
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  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")