Combine initial and storage view

This commit is contained in:
Christoph Hagen
2025-02-23 20:34:02 +01:00
parent cdcbe21c0d
commit cf17b513d0
5 changed files with 132 additions and 63 deletions

View File

@ -68,7 +68,7 @@ struct PathSettingsView: View {
}
.padding()
.sheet(isPresented: $showLoadErrorSheet) {
StorageErrorView(isPresented: $showLoadErrorSheet)
StorageStatusView(isPresented: $showLoadErrorSheet)
}
}
}