Combine initial and storage view
This commit is contained in:
@ -68,7 +68,7 @@ struct PathSettingsView: View {
|
||||
}
|
||||
.padding()
|
||||
.sheet(isPresented: $showLoadErrorSheet) {
|
||||
StorageErrorView(isPresented: $showLoadErrorSheet)
|
||||
StorageStatusView(isPresented: $showLoadErrorSheet)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user