mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Confirm changed to Done
This commit is contained in:
@@ -30,7 +30,7 @@ struct InspectorPlatformModifier: ViewModifier {
|
||||
presentationMode.wrappedValue.dismiss()
|
||||
}),
|
||||
trailing:
|
||||
Button("Confirm", action: {
|
||||
Button("Done", action: {
|
||||
shouldUpdate = true
|
||||
})
|
||||
)
|
||||
|
||||
@@ -70,7 +70,7 @@ struct InspectorView: View {
|
||||
Button("Cancel", action: {
|
||||
presentationMode.wrappedValue.dismiss()
|
||||
})
|
||||
Button("Confirm", action: {
|
||||
Button("Done", action: {
|
||||
shouldUpdate = true
|
||||
})
|
||||
}.padding(.top)
|
||||
@@ -112,7 +112,7 @@ struct InspectorView: View {
|
||||
Button("Cancel", action: {
|
||||
presentationMode.wrappedValue.dismiss()
|
||||
})
|
||||
Button("Confirm", action: {
|
||||
Button("Done", action: {
|
||||
shouldUpdate = true
|
||||
})
|
||||
}.padding(.top)
|
||||
@@ -156,7 +156,7 @@ struct InspectorView: View {
|
||||
Button("Cancel", action: {
|
||||
presentationMode.wrappedValue.dismiss()
|
||||
})
|
||||
Button("Confirm", action: {
|
||||
Button("Done", action: {
|
||||
shouldUpdate = true
|
||||
})
|
||||
}.padding(.top)
|
||||
|
||||
Reference in New Issue
Block a user