Various minor fixes

This commit is contained in:
Arkadiusz Fal
2022-11-13 00:07:23 +01:00
parent 4657af2f3d
commit 61d235780d
12 changed files with 71 additions and 62 deletions

View File

@@ -47,7 +47,7 @@ struct Sidebar: View {
Label("Home", systemImage: "house")
.accessibility(label: Text("Home"))
}
.id("favorites")
.id("home")
}
#if os(iOS)
@@ -59,7 +59,6 @@ struct Sidebar: View {
.id("documents")
}
#endif
}
if !accounts.isEmpty {
if visibleSections.contains(.subscriptions),