mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Remove progress indicator and next unread from timeline until we can properly show and hide them.
This commit is contained in:
@@ -43,23 +43,6 @@ struct TimelineToolbarModifier: ViewModifier {
|
||||
ToolbarItem {
|
||||
Spacer()
|
||||
}
|
||||
|
||||
ToolbarItem(placement: .automatic) {
|
||||
RefreshProgressView()
|
||||
}
|
||||
|
||||
ToolbarItem {
|
||||
Spacer()
|
||||
}
|
||||
|
||||
ToolbarItem {
|
||||
Button {
|
||||
} label: {
|
||||
AppAssets.nextUnreadArticleImage.font(.title3)
|
||||
}
|
||||
.help("Next Unread")
|
||||
}
|
||||
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user