From 0f6f7c6503cc5b9ae27373ba921b7d963d85ef95 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Fri, 18 Sep 2020 13:19:34 -0700 Subject: [PATCH] Explain updater in setup view. --- Secretive/Views/SetupView.swift | 5 +++++ 1 file changed, 5 insertions(+) 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()