diff --git a/.github/readme/app-dark.png b/.github/readme/app-dark.png index c7f5e8d..68bf4eb 100644 Binary files a/.github/readme/app-dark.png and b/.github/readme/app-dark.png differ diff --git a/.github/readme/app-light.png b/.github/readme/app-light.png index d0ecb89..d231aaa 100644 Binary files a/.github/readme/app-light.png and b/.github/readme/app-light.png differ diff --git a/.github/readme/notification.png b/.github/readme/notification.png index 069ee07..47d53fc 100644 Binary files a/.github/readme/notification.png and b/.github/readme/notification.png differ diff --git a/Sources/Secretive/Views/ContentView.swift b/Sources/Secretive/Views/ContentView.swift index 43760a7..7965341 100644 --- a/Sources/Secretive/Views/ContentView.swift +++ b/Sources/Secretive/Views/ContentView.swift @@ -30,7 +30,7 @@ struct ContentView: View { } .frame(minWidth: 640, minHeight: 320) .toolbar { - toolbarItem(updateNoticeView, id: "update") +// toolbarItem(updateNoticeView, id: "update") toolbarItem(runningOrRunSetupView, id: "setup") toolbarItem(appPathNoticeView, id: "appPath") toolbarItem(newItemView, id: "new")