mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-03-06 01:37:22 +01:00
Explain updater in setup view.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user