mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-06-24 13:48:58 +02:00
Better param name.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user