mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Add unread counts to Sidebar
This commit is contained in:
@@ -18,7 +18,7 @@ struct SceneNavigationView: View {
|
||||
NavigationView {
|
||||
#if os(macOS)
|
||||
RegularSidebarContainerView()
|
||||
.frame(minWidth: 100, idealWidth: 150, maxWidth: 200, maxHeight: .infinity)
|
||||
.frame(minWidth: 100, idealWidth: 150, maxHeight: .infinity)
|
||||
#else
|
||||
if horizontalSizeClass == .compact {
|
||||
CompactSidebarContainerView()
|
||||
|
||||
Reference in New Issue
Block a user