Explain updater in setup view.

This commit is contained in:
Max Goedjen 2020-09-18 13:19:34 -07:00
parent fa6813e963
commit 0f6f7c6503
No known key found for this signature in database
GPG Key ID: E58C21DD77B9B8E8

View File

@ -18,6 +18,11 @@ struct SetupView: View {
nestedView: SetupStepCommandView(text: Constants.socketPrompt),
actionText: "Added") {
markAsDone()
SetupStepView<Spacer>(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()