[StumpWM] Fix issue with selecting bluetooth device
This commit is contained in:
parent
993cae429d
commit
8cebd9636e
@ -1769,7 +1769,7 @@ then attempt to connect to it.
|
|||||||
(sb-thread:make-thread
|
(sb-thread:make-thread
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(let* ((devices (bluetooth-get-devices))
|
(let* ((devices (bluetooth-get-devices))
|
||||||
(choice (cdr (stumpwm:select-from-menu
|
(choice (cadr (stumpwm:select-from-menu
|
||||||
(stumpwm:current-screen)
|
(stumpwm:current-screen)
|
||||||
(mapcar (lambda (device)
|
(mapcar (lambda (device)
|
||||||
`(,(bluetooth-device-full-name device) ,device))
|
`(,(bluetooth-device-full-name device) ,device))
|
||||||
|
Loading…
Reference in New Issue
Block a user