misc: connections tableview editable

This commit is contained in:
mrFq1
2023-09-11 20:38:16 +08:00
parent b2fea34cbd
commit 45bf84cfc5

View File

@@ -245,6 +245,8 @@ struct ConnectionsTableView<Item: Hashable>: NSViewRepresentable {
let conn = conns[row]
tf.isEditable = false
tf.isSelectable = true
tf.objectValue = {
switch tc {
case .host: