mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Various minor fixes
This commit is contained in:
@@ -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),
|
||||
|
Reference in New Issue
Block a user