diff --git a/Modules/Bluetooth/popup.swift b/Modules/Bluetooth/popup.swift index 8b016ae7..7a24aaef 100644 --- a/Modules/Bluetooth/popup.swift +++ b/Modules/Bluetooth/popup.swift @@ -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())