mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-09-20 03:10:57 +00:00
Fix repeat setup
This commit is contained in:
parent
85d0cab0f5
commit
da1dcbc82e
@ -16,7 +16,7 @@ struct ContentView: View {
|
||||
@Environment(\.updater) private var updater
|
||||
@Environment(\.agentStatusChecker) private var agentStatusChecker
|
||||
|
||||
@State private var hasRunSetup = false
|
||||
@AppStorage("defaultsHasRunSetup") private var hasRunSetup = false
|
||||
@State private var showingCreation = false
|
||||
@State private var showingAppPathNotice = false
|
||||
@State private var runningSetup = false
|
||||
|
Loading…
Reference in New Issue
Block a user