[StumpWM] Fix issue with selecting bluetooth device
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-08-11 23:31:14 +02:00
parent f8ff857e3c
commit 993cae429d

View File

@@ -1772,7 +1772,7 @@ then attempt to connect to it.
(choice (cdr (stumpwm:select-from-menu
(stumpwm:current-screen)
(mapcar (lambda (device)
`(,(bluetooth-device-full-name device) . ,device))
`(,(bluetooth-device-full-name device) ,device))
devices)))))
(bluetooth-connect-device choice)))))
#+end_src