|
@@ -404,10 +404,10 @@ extension KMProfileInfoWindowController: NSTableViewDelegate, NSTableViewDataSou
|
|
|
if let data = cellView?.isKind(of: KMProfileCellView.self), data {
|
|
|
let cellView1 = cellView as! KMProfileCellView
|
|
|
if (i == self.tableView.selectedRow) {
|
|
|
- cellView1.detailtextField.textColor = .white
|
|
|
+// cellView1.detailtextField.textColor = .white
|
|
|
cellView1.addButton.setTitleColor(NSColor.white)
|
|
|
} else {
|
|
|
- cellView1.detailtextField.textColor = NSColor.secondaryLabelColor
|
|
|
+// cellView1.detailtextField.textColor = NSColor.secondaryLabelColor
|
|
|
cellView1.addButton.setTitleColor(NSColor.systemBlue)
|
|
|
}
|
|
|
}
|