diff --git a/Secretive/Views/SetupView.swift b/Secretive/Views/SetupView.swift index 0a98f09..dd15cf2 100644 --- a/Secretive/Views/SetupView.swift +++ b/Secretive/Views/SetupView.swift @@ -18,6 +18,11 @@ struct SetupView: View { nestedView: SetupStepCommandView(text: Constants.socketPrompt), actionText: "Added") { markAsDone() + SetupStepView(text: "Secretive will periodically check with GitHub to see if there's a new release. If you see any network requests to GitHub, that's why.", + index: 3, + nestedView: nil, + actionText: "Got it") { + markAsDone() } HStack { Spacer()