mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Merge pull request #2277 from stuartbreckenridge/feature/feed-inspector
Update InspectorView.swift
This commit is contained in:
@@ -110,7 +110,6 @@ struct InspectorView: View {
|
||||
HStack {
|
||||
Spacer()
|
||||
Button("Cancel", action: {
|
||||
(sidebarItem.feed as? Folder)?.name = nil
|
||||
presentationMode.wrappedValue.dismiss()
|
||||
})
|
||||
Button("Confirm", action: {
|
||||
|
||||
Reference in New Issue
Block a user