icons: add keyboard bluetooth device
This commit is contained in:
parent
9f0c2cbda4
commit
3e6d4381f3
1 changed files with 2 additions and 0 deletions
|
|
@ -194,6 +194,8 @@ Singleton {
|
|||
return "smartphone";
|
||||
if (icon.includes("mouse"))
|
||||
return "mouse";
|
||||
if (icon.includes("keyboard"))
|
||||
return "keyboard";
|
||||
return "bluetooth";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue