Better param name.

This commit is contained in:
Max Goedjen
2020-09-18 14:09:18 -07:00
parent 435a22754c
commit c644f5d4a3
3 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ struct AppDelegate: App {
WindowGroup {
ContentView<Updater, AgentStatusChecker>(showingCreation: $showingCreation, runningSetup: $showingSetup)
.environmentObject(storeList)
.environmentObject(Updater(hasRunSetup: hasRunSetup))
.environmentObject(Updater(checkOnLaunch: hasRunSetup))
.environmentObject(agentStatusChecker)
.sheet(isPresented: $showingSetup) {
SetupView { completed in