icons: add icon for bluetooth mouse
This commit is contained in:
parent
da1d96f5e8
commit
40496e58ab
1 changed files with 2 additions and 0 deletions
|
|
@ -191,6 +191,8 @@ Singleton {
|
|||
return "speaker";
|
||||
if (icon.includes("phone"))
|
||||
return "smartphone";
|
||||
if (icon.includes("mouse"))
|
||||
return "mouse";
|
||||
return "bluetooth";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue