icons: add icon for bluetooth mouse

This commit is contained in:
2 * r + 2 * t 2025-06-23 15:25:59 +10:00
parent da1d96f5e8
commit 40496e58ab

View file

@ -191,6 +191,8 @@ Singleton {
return "speaker";
if (icon.includes("phone"))
return "smartphone";
if (icon.includes("mouse"))
return "mouse";
return "bluetooth";
}