We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cf68a6 commit a2835c1Copy full SHA for a2835c1
1 file changed
TablePro/Views/Connection/ConnectionFormView.swift
@@ -1042,6 +1042,13 @@ struct ConnectionFormView: View {
1042
} catch {
1043
Self.logger.error(
1044
"Failed to connect after plugin install: \(error.localizedDescription, privacy: .public)")
1045
+ NSApplication.shared.closeWindows(withId: "main")
1046
+ openWindow(id: "welcome")
1047
+ AlertHelper.showErrorSheet(
1048
+ title: String(localized: "Connection Failed"),
1049
+ message: error.localizedDescription,
1050
+ window: nil
1051
+ )
1052
}
1053
1054
0 commit comments