mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
remove openURL in InfoPane because ReleaseNotesView already has it
This commit is contained in:
parent
77ca8a2571
commit
cecceea62f
1 changed files with 1 additions and 2 deletions
|
|
@ -8,8 +8,7 @@ import struct XCModel.Compilers
|
|||
struct InfoPane: View {
|
||||
@EnvironmentObject var appState: AppState
|
||||
let selectedXcodeID: Xcode.ID?
|
||||
@SwiftUI.Environment(\.openURL) var openURL: OpenURLAction
|
||||
|
||||
|
||||
var body: some View {
|
||||
if let xcode = appState.allXcodes.first(where: { $0.id == selectedXcodeID }) {
|
||||
ScrollView {
|
||||
|
|
|
|||
Loading…
Reference in a new issue