refactor(bluetooth): send message to open select dialog

This commit is contained in:
OJ Kwon 2018-04-06 12:35:12 -07:00
parent 410cf63a8e
commit 6fa74133dd
No known key found for this signature in database
GPG key ID: FFCFEF3460FD1901
3 changed files with 4 additions and 35 deletions

View file

@ -18,6 +18,3 @@ script_traits = {path = "../script_traits"}
servo_config = {path = "../config"}
servo_rand = {path = "../rand"}
uuid = {version = "0.6", features = ["v4"]}
[target.'cfg(target_os = "linux")'.dependencies]
tinyfiledialogs = "3.0"