fix saved time vs header time voting
only show onboarding once
This commit is contained in:
@@ -11,8 +11,8 @@ import Charts
|
||||
|
||||
struct ContentView: View {
|
||||
@Environment(\.managedObjectContext) private var viewContext
|
||||
@State private var needsOnboarding: Bool = true
|
||||
|
||||
@AppStorage(UserDefaultsStore.Keys.needsOnboarding.rawValue) private var needsOnboarding = true
|
||||
|
||||
@State private var showingSheet = false
|
||||
@State private var showTodayInput = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user