mirror of
https://github.com/pythops/bluetui.git
synced 2026-05-06 21:42:28 +08:00
Fix icon spec url (#94)
This commit is contained in:
@@ -37,7 +37,7 @@ impl Device {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
// https://specifications.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html
|
||||
// https://specifications.freedesktop.org/icon-naming/latest/
|
||||
pub fn get_icon(name: &str) -> Option<String> {
|
||||
match name {
|
||||
"audio-card" => Some(String::from("")),
|
||||
|
||||
Reference in New Issue
Block a user