mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-04-10 17:47:19 +00:00
Explain updater in setup view.
This commit is contained in:
parent
fa6813e963
commit
0f6f7c6503
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user