mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fixed merge conflict
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
|
||||
import SwiftUI
|
||||
|
||||
|
||||
struct SidebarToolbar: ViewModifier {
|
||||
|
||||
@EnvironmentObject private var appSettings: AppDefaults
|
||||
@@ -30,11 +29,7 @@ struct SidebarToolbar: ViewModifier {
|
||||
}
|
||||
|
||||
ToolbarItem(placement: .automatic, content: {
|
||||
Spacer()
|
||||
Text("Last updated")
|
||||
.font(.caption)
|
||||
.foregroundColor(.secondary)
|
||||
Spacer()
|
||||
RefreshProgressView()
|
||||
})
|
||||
|
||||
ToolbarItem(placement: .automatic, content: {
|
||||
|
||||
Reference in New Issue
Block a user