Remove initial setup view
This commit is contained in:
@@ -29,9 +29,6 @@ struct MainView: App {
|
||||
@State
|
||||
private var showAddSheet = false
|
||||
|
||||
@State
|
||||
private var showInitialSetupSheet = false
|
||||
|
||||
@State
|
||||
private var showStorageStatusSheet = false
|
||||
|
||||
@@ -193,12 +190,6 @@ struct MainView: App {
|
||||
.environmentObject(content)
|
||||
.environmentObject(selection)
|
||||
}
|
||||
.sheet(isPresented: $showInitialSetupSheet) {
|
||||
InitialSetupView()
|
||||
.environment(\.language, language)
|
||||
.environmentObject(content)
|
||||
.environmentObject(selection)
|
||||
}
|
||||
.sheet(isPresented: $showStorageStatusSheet) {
|
||||
StorageStatusView(isPresented: $showStorageStatusSheet)
|
||||
.environmentObject(content)
|
||||
|
Reference in New Issue
Block a user