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 e71869b commit 51a1775Copy full SHA for 51a1775
1 file changed
TablePro/Views/Connection/ConnectionFormView.swift
@@ -927,6 +927,7 @@ struct ConnectionFormView: View {
927
SyncChangeTracker.shared.markDirty(.connection, id: connectionToSave.id.uuidString)
928
// Close and connect to database
929
NSApplication.shared.closeWindows(withId: "connection-form")
930
+ NotificationCenter.default.post(name: .connectionUpdated, object: nil)
931
connectToDatabase(connectionToSave)
932
} else {
933
if let index = savedConnections.firstIndex(where: { $0.id == connectionToSave.id }) {
0 commit comments