mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fixes inspector sizing and removes kb shortcuts
This commit is contained in:
@@ -127,11 +127,12 @@ struct InspectorView: View {
|
||||
Spacer()
|
||||
Button("Cancel", action: {
|
||||
presentationMode.wrappedValue.dismiss()
|
||||
}).keyboardShortcut(.cancelAction)
|
||||
})
|
||||
Button("Done", action: {
|
||||
inspectorModel.shouldUpdate = true
|
||||
}).keyboardShortcut(.defaultAction)
|
||||
}.padding(.top)
|
||||
})
|
||||
|
||||
}.padding([.top, .bottom])
|
||||
#endif
|
||||
}
|
||||
.onAppear {
|
||||
|
||||
Reference in New Issue
Block a user