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