mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-15 00:34:08 +09:00
feat: add Bluetooth device UUID to the name toolTip
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user