mirror of
https://github.com/pythops/bluetui.git
synced 2026-05-06 21:42:28 +08:00
Add icon for gamepad + align icon-less devices (#87)
This commit is contained in:
@@ -54,8 +54,9 @@ impl Device {
|
||||
"computer" => Some(String::from("")),
|
||||
"input-keyboard" => Some(String::from("")),
|
||||
"input-mouse" => Some(String::from("")),
|
||||
"input-gaming" => Some(String::from("")),
|
||||
"phone" => Some(String::from("")),
|
||||
_ => None,
|
||||
_ => Some(String::from(" ")),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user