From cecceea62f50a448adf2449b9385847815edafff Mon Sep 17 00:00:00 2001 From: Duong Thai Date: Fri, 13 Oct 2023 15:31:03 +0700 Subject: [PATCH] remove `openURL` in `InfoPane` because `ReleaseNotesView` already has it --- Xcodes/Frontend/InfoPane/InfoPane.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Xcodes/Frontend/InfoPane/InfoPane.swift b/Xcodes/Frontend/InfoPane/InfoPane.swift index 26e1c47..f57052f 100644 --- a/Xcodes/Frontend/InfoPane/InfoPane.swift +++ b/Xcodes/Frontend/InfoPane/InfoPane.swift @@ -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 {