From c4a245e0a94394f8fc2483a52a70f786001176e8 Mon Sep 17 00:00:00 2001 From: Ranoiaetep <55516229+Ranoiaetep@users.noreply.github.com> Date: Thu, 21 Jan 2021 10:52:53 -0800 Subject: [PATCH] Changed default information --- AutoRefersher/ContentView.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AutoRefersher/ContentView.swift b/AutoRefersher/ContentView.swift index 49d1991..661961f 100644 --- a/AutoRefersher/ContentView.swift +++ b/AutoRefersher/ContentView.swift @@ -16,8 +16,8 @@ struct ContentView: View { @State private var addressList: [String] = [""] @State private var originalField: [String] = [""] @State private var addressCount: Int = 1 - @State private var visitTimes: Double = 50 - @State private var remainingTimes: Double = 50 + @State private var visitTimes: Double = 100 + @State private var remainingTimes: Double = 100 @State private var optionMenu: Bool = false @State private var interval: Double = 1.8 @State private var started: Bool = false @@ -42,7 +42,7 @@ struct ContentView: View { VStack { ForEach((0..