From 40496e58ab84b10b5342be5edae7fbe38b43c73c Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 23 Jun 2025 15:25:59 +1000 Subject: [PATCH] icons: add icon for bluetooth mouse --- utils/Icons.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/Icons.qml b/utils/Icons.qml index fde17e39..078ab2dd 100644 --- a/utils/Icons.qml +++ b/utils/Icons.qml @@ -191,6 +191,8 @@ Singleton { return "speaker"; if (icon.includes("phone")) return "smartphone"; + if (icon.includes("mouse")) + return "mouse"; return "bluetooth"; }