feat: add Bluetooth device UUID to the name toolTip

This commit is contained in:
Serhiy Mytrovtsiy
2021-07-19 19:04:52 +02:00
parent c5c4e4df3d
commit 6fda909cc8

View File

@@ -73,6 +73,7 @@ internal class BLEView: NSStackView {
let nameView: NSTextField = TextView(frame: NSRect(x: 0, y: 0, width: 0, height: 16))
nameView.font = NSFont.systemFont(ofSize: 13, weight: .light)
nameView.stringValue = name
nameView.toolTip = uuid.uuidString
self.addArrangedSubview(nameView)
self.addArrangedSubview(NSView())